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.