Share via


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 네임스페이스