Condividi tramite


Proprietà CreateEventNotificationStatement.WithFanIn

Ottiene o imposta un valore che indica se WITH FAN_IN è definito.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
Restituisce true se WITH FAN_IN è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateEventNotificationStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql