Compartir a través de


IDTSCustomProperty90.ContainsID Property

Gets or sets a value indicating whether the Value stored in an IDTSCustomProperty90 object contains the ID of another object in a data flow layout.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(106)> _
Property ContainsID As Boolean
[DispIdAttribute(106)] 
bool ContainsID { get; set; }
[DispIdAttribute(106)] 
property bool ContainsID {
    bool get ();
    void set ([InAttribute] bool pbContainsID);
}
/** @property */
/** @attribute DispIdAttribute(106) */ 
boolean get_ContainsID ()

/** @property */
/** @attribute DispIdAttribute(106) */ 
void set_ContainsID (/** @attribute InAttribute() */ boolean pbContainsID)
DispIdAttribute(106) 
function get ContainsID () : boolean

DispIdAttribute(106) 
function set ContainsID (pbContainsID : boolean)

Valor de propiedad

true if the value stored in the IDTSCustomProperty90 object contains the ID of another object in the data flow; otherwise, false. The default is false.

Notas

This optional property is provided to help the SSIS Designer during cut and paste operations and should be set to true when the Value of the IDTSCustomProperty90 contains the ID of another object in the data flow task.

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

IDTSCustomProperty90 Interface
IDTSCustomProperty90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace