Freigeben über


CreateEventNotificationStatement.WithFanIn-Eigenschaft

Ruft ab oder legt fest, ob With FAN-IN definiert ist.

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

Syntax

'Declaration
Public Property WithFanIn As Boolean
    Get
    Set
public bool WithFanIn { get; set; }
public:
property bool WithFanIn {
    bool get ();
    void set (bool value);
}
member WithFanIn : bool with get, set
function get WithFanIn () : boolean
function set WithFanIn (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn With FAN-IN definiert ist, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateEventNotificationStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace