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