다음을 통해 공유


IDTSFriendlyEnumCollection100.IsFlags 속성

Gets a value that specifies whether the values of the IDTSFriendlyEnum100 objects in an IDTSFriendlyEnumCollection100 can be combined together.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property IsFlags As Boolean 
    Get
‘사용 방법
Dim instance As IDTSFriendlyEnumCollection100 
Dim value As Boolean 

value = instance.IsFlags
bool IsFlags { get; }
property bool IsFlags {
    bool get ();
}
abstract IsFlags : bool
function get IsFlags () : boolean

속성 값

유형: System.Boolean
true if the values of the IDTSFriendlyEnum100 objects in the IDTSFriendlyEnumCollection100 can be combined; otherwise, false.

참고 항목

참조

IDTSFriendlyEnumCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스