共用方式為


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 命名空間