Partilhar via


Propriedade do RDL CreateEventNotificationStatement.WithFanIn

Gets or sets a value that indicates whether With FAN_IN is defined.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property WithFanIn As Boolean 
    Get 
    Set
'Uso
Dim instance As CreateEventNotificationStatement 
Dim value As Boolean 

value = instance.WithFanIn

instance.WithFanIn = value
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 da propriedade

Tipo: System.Boolean
True if With FAN_IN is defined; otherwise. false.

Consulte também

Referência

CreateEventNotificationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom