共用方式為


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