IDtsLogProviderUI.IsEnumerable プロパティ
ユーザー インターフェイスがモーダルか、または列挙可能かを示します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)
構文
'宣言
ReadOnly Property IsEnumerable As Boolean
Get
'使用
Dim instance As IDtsLogProviderUI
Dim value As Boolean
value = instance.IsEnumerable
bool IsEnumerable { get; }
property bool IsEnumerable {
bool get ();
}
abstract IsEnumerable : bool
function get IsEnumerable () : boolean
プロパティ値
型: System.Boolean
列挙可能の場合は true、モーダルの場合は false です。