Proprietà ISql90EventNotification.IsWithFanIn

Ottiene o imposta un valore che modella l'opzione WITH FAN_IN.

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

Sintassi

'Dichiarazione
Property IsWithFanIn As Boolean
    Get
    Set
bool IsWithFanIn { get; set; }
property bool IsWithFanIn {
    bool get ();
    void set (bool value);
}
abstract IsWithFanIn : bool with get, set
function get IsWithFanIn () : boolean
function set IsWithFanIn (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90EventNotification Interfaccia

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