DatabaseEvent.UnbindRule プロパティ
イベント セットに含めることができるデータベース イベントを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared ReadOnly Property UnbindRule As DatabaseEvent
Get
'使用
Dim value As DatabaseEvent
value = DatabaseEvent.UnbindRule
public static DatabaseEvent UnbindRule { get; }
public:
static property DatabaseEvent^ UnbindRule {
DatabaseEvent^ get ();
}
static member UnbindRule : DatabaseEvent
static function get UnbindRule () : DatabaseEvent
プロパティ値
型: Microsoft.SqlServer.Management.Smo.DatabaseEvent
データベース イベント セットに含めることができる UnbindRule イベントを表す DatabaseEvent オブジェクトです。