Compartir a través de


IDTSFriendlyEnumCollection100.IsFlags Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSFriendlyEnumCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper