Compartir a través de


CreateEventNotificationStatement.WithFanIn (Propiedad)

Obtiene o establece si está definido With FAN_IN.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean
Devuelve True si está definido With FAN_IN, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

CreateEventNotificationStatement Clase

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