Compartilhar via


Propriedade do RDL IDTSFriendlyEnumCollection100.IsFlags

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
ReadOnly Property IsFlags As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDTSFriendlyEnumCollection100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper