Compartilhar via


Propriedade CreateEventNotificationStatement.WithFanIn

Obtém ou define se é definido com o FAN_IN.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
Retorna true se FAN_IN com for definido, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

CreateEventNotificationStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql