Partager via


UnbindRule propriété

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property UnbindRule As ServerEvent
    Get
'Utilisation
Dim value As ServerEvent

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