EventNotificationObjectScope.Target 属性

获取或设置事件通知的目标。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Target As EventNotificationTarget
    Get
    Set
public EventNotificationTarget Target { get; set; }
public:
property EventNotificationTarget Target {
    EventNotificationTarget get ();
    void set (EventNotificationTarget value);
}
member Target : EventNotificationTarget with get, set
function get Target () : EventNotificationTarget
function set Target (value : EventNotificationTarget)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
返回一个 EventNotificationTarget 枚举值。

.NET Framework 安全性

请参见

参考

EventNotificationObjectScope 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间