Share via


ServerEvent.UnbindRule Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared ReadOnly Property UnbindRule As ServerEvent
    Get
'Usage
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