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.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
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.