DatabaseEventSet.DropExtendedProperty プロパティ
イベントがイベント セットに含まれるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property DropExtendedProperty As Boolean
Get
Set
'使用
Dim instance As DatabaseEventSet
Dim value As Boolean
value = instance.DropExtendedProperty
instance.DropExtendedProperty = value
public bool DropExtendedProperty { get; set; }
public:
property bool DropExtendedProperty {
bool get ();
void set (bool value);
}
member DropExtendedProperty : bool with get, set
function get DropExtendedProperty () : boolean
function set DropExtendedProperty (value : boolean)
プロパティ値
型: System.Boolean
DropExtendedProperty イベントがイベント セットに含まれるかどうかを示す Boolean 値です。 True の場合、イベントはイベント セットに含まれます。それ以外の場合は、False になります。