Поделиться через


ISql90EventNotification.IsWithFanIn - свойство

Получает или задает значение, моделирующее параметр WITH FAN_IN.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

ISql90EventNotification Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен