Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates the ISfcScript object of the Policy object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function ScriptCreateWithDependencies As ISfcScript
'Usage
Dim instance As Policy
Dim returnValue As ISfcScript
returnValue = instance.ScriptCreateWithDependencies()
public ISfcScript ScriptCreateWithDependencies()
public:
ISfcScript^ ScriptCreateWithDependencies()
member ScriptCreateWithDependencies : unit -> ISfcScript
public function ScriptCreateWithDependencies() : ISfcScript
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The ISfcScript object.