Freigeben über


ISql90EventNotification.IsWithFanIn-Eigenschaft

Ruft einen Wert ab, der die WITH FAN_IN-Option modelliert, oder legt den Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90EventNotification Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace