ServerEvent.DropSignatureSchemaObject Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropSignatureSchemaObject As ServerEvent
Get
'Usage
Dim value As ServerEvent
value = ServerEvent.DropSignatureSchemaObject
public static ServerEvent DropSignatureSchemaObject { get; }
public:
static property ServerEvent^ DropSignatureSchemaObject {
ServerEvent^ get ();
}
static member DropSignatureSchemaObject : ServerEvent
static function get DropSignatureSchemaObject () : ServerEvent
Property Value
See Also