次の方法で共有


DropSignatureSchemaObject プロパティ

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared ReadOnly Property DropSignatureSchemaObject As ServerEvent
    Get
'使用
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