IDTSVirtualInputColumn90.IdentificationString Property
Gets the string that uniquely identifies the IDTSVirtualInputColumn90 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(15)> _
ReadOnly Property IdentificationString As String
[DispIdAttribute(15)]
string IdentificationString { get; }
[DispIdAttribute(15)]
property String^ IdentificationString {
String^ get ();
}
/** @property */
/** @attribute DispIdAttribute(15) */
String get_IdentificationString ()
DispIdAttribute(15)
function get IdentificationString () : String
Valor de propiedad
A String that uniquely identifies the IDTSVirtualInputColumn90 object in the data flow layout.
Notas
The string is comprised of the DataType, the Name, and the ID properties of the column.
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
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace