Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets a value that indicates whether With FAN_IN is defined.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property WithFanIn As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
True if With FAN_IN is defined; otherwise. false.