IDTSExternalMetadataColumn90.ID Property
Gets or sets the ID of the IDTSExternalMetadataColumn90.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
<DispIdAttribute(11)> _
Property ID As Integer
[DispIdAttribute(11)]
int ID { get; set; }
[DispIdAttribute(11)]
property int ID {
int get ();
void set ([InAttribute] int pID);
}
/** @property */
/** @attribute DispIdAttribute(11) */
int get_ID ()
/** @property */
/** @attribute DispIdAttribute(11) */
void set_ID (/** @attribute InAttribute() */ int pID)
DispIdAttribute(11)
function get ID () : int
DispIdAttribute(11)
function set ID (pID : int)
Valor de propiedad
The numeric ID of the IDTSExternalMetadataColumn90 object.
Notas
The ID property appears writeable at design time but any attempt to write to the property during execution causes an exception. The data flow engine assigns the value to this property for all the objects in a data flow layout.
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
IDTSExternalMetadataColumn90 Interface
IDTSExternalMetadataColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace