EventNotificationObjectScope.Target Property
Gets or sets the target for event notification.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Target As EventNotificationTarget
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Returns a EventNotificationTarget enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.