Propriedade do RDL EventNotificationObjectScope.Target
Gets or sets the target for event notification.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Target As EventNotificationTarget
Get
Set
'Uso
Dim instance As EventNotificationObjectScope
Dim value As EventNotificationTarget
value = instance.Target
instance.Target = value
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationTarget
The target for event notification.