共用方式為


DropEventNotification 屬性

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

語法

'宣告
Public Property DropEventNotification As Boolean
    Get
    Set
'用途
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean

value = instance.DropEventNotification

instance.DropEventNotification = value
public bool DropEventNotification { get; set; }
public:
property bool DropEventNotification {
    bool get ();
    void set (bool value);
}
member DropEventNotification : bool with get, set
function get DropEventNotification () : boolean
function set DropEventNotification (value : boolean)

屬性值

型別:System. . :: . .Boolean