Bagikan melalui


PolicyCategorySubscription.ISfcDroppable.ScriptDrop Method

Creates the script.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Private Function ScriptDrop As ISfcScript 
    Implements ISfcDroppable.ScriptDrop
'Usage
Dim instance As PolicyCategorySubscription 
Dim returnValue As ISfcScript 

returnValue = CType(instance, ISfcDroppable).ScriptDrop()
ISfcScript ISfcDroppable.ScriptDrop()
private:
virtual ISfcScript^ ScriptDrop() sealed = ISfcDroppable::ScriptDrop
private abstract ScriptDrop : unit -> ISfcScript  
private override ScriptDrop : unit -> ISfcScript
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the created script.

Implements

ISfcDroppable.ScriptDrop()

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Setting Properties

See Also

Reference

PolicyCategorySubscription Class

Microsoft.SqlServer.Management.Dmf Namespace