Propriedade EventNotificationObjectScope.Target

Obtém ou define o destino de notificação de evento.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Retorna um EventNotificationTarget valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

EventNotificationObjectScope Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql