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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.