Sdílet prostřednictvím


ISql90EventNotification.IsWithFanIn – vlastnost

Získá nebo nastaví hodnotu, která modely S FAN_IN možnost.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90EventNotification Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů