Partilhar via


Propriedade DropRule

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property DropRule As ServerEvent
    Get
'Uso
Dim value As ServerEvent

value = ServerEvent.DropRule
public static ServerEvent DropRule { get; }
public:
static property ServerEvent^ DropRule {
    ServerEvent^ get ();
}
static member DropRule : ServerEvent
static function get DropRule () : ServerEvent