Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value that specifies whether the values of the IDTSFriendlyEnum90 objects in an IDTSFriendlyEnumCollection90 can be combined together.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
<DispIdAttribute(101)> _
ReadOnly Property IsFlags As Boolean
[DispIdAttribute(101)]
bool IsFlags { get; }
[DispIdAttribute(101)]
property bool IsFlags {
bool get ();
}
/** @property */
/** @attribute DispIdAttribute(101) */
boolean get_IsFlags ()
DispIdAttribute(101)
function get IsFlags () : boolean
Valor de propiedad
true if the values of the IDTSFriendlyEnum90 objects in the IDTSFriendlyEnumCollection90 can be combined; otherwise, false.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IDTSFriendlyEnumCollection90 Interface
IDTSFriendlyEnumCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace