Sdílet prostřednictvím


CreateEventNotificationStatement.WithFanIn – vlastnost

Získá nebo nastaví, zda je definována S FAN_IN.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean
Vrátí hodnotu true Pokud S FAN_IN jinak je definováno, false.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateEventNotificationStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů