Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.