Compartir a través de


DropMasterKey Propiedad

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property DropMasterKey As ServerEvent
    Get
'Uso
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