With FAN_IN が定義されているかどうかを取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property WithFanIn As Boolean
'使用
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);
}
public function get WithFanIn () : boolean
public function set WithFanIn (value : boolean)
プロパティ値
型 : System.Boolean
With FAN_IN が定義されている場合は TRUE を返します。それ以外の場合は FALSE を返します。
参照
参照
CreateEventNotificationStatement クラス