ISql90EventNotification.IsWithFanIn (Propiedad)

Obtiene o establece un valor que modela la opción WITH FAN_IN.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90EventNotification Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)