CreateEventNotificationStatement.WithFanIn 属性

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.

请参阅

参考

CreateEventNotificationStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间