ISql90EventNotification.IsWithFanIn プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property IsWithFanIn As Boolean
'使用
Dim instance As ISql90EventNotification
Dim value As Boolean
value = instance.IsWithFanIn
instance.IsWithFanIn = value
bool IsWithFanIn { get; set; }
property bool IsWithFanIn {
bool get ();
void set (bool value);
}
function get IsWithFanIn () : boolean
function set IsWithFanIn (value : boolean)
プロパティ値
型 : System.Boolean