IDtsLogProviderUI.IsEnumerable 属性

Indicates whether the user interface is modal or enumerable.

命名空间:  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 indicates enumerable; false if modal.

请参阅

参考

IDtsLogProviderUI 接口

Microsoft.SqlServer.Dts.Runtime.Design 命名空间