CreateMasterKey プロパティ

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

構文

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

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