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


CreateEventNotificationStatement.WithFanIn - свойство

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

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

Синтаксис

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

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

Тип: System.Boolean
Возвращает true, если параметр With FAN_IN определен, и false в противном случае.

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

См. также

Ссылки

CreateEventNotificationStatement Класс

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