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.