共用方式為


UnbindRule 屬性

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Shared ReadOnly Property UnbindRule As ServerEvent
    Get
'用途
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