Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.