次の方法で共有


DropMasterKey プロパティ

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

構文

'宣言
Public Shared ReadOnly Property DropMasterKey As ServerEvent
    Get
'使用
Dim value As ServerEvent

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