MappedColumnID propriété
Gets or sets the ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property MappedColumnID As Integer
Get
Set
'Utilisation
Dim instance As IDTSExternalMetadataColumn100
Dim value As Integer
value = instance.MappedColumnID
instance.MappedColumnID = value
int MappedColumnID { get; set; }
property int MappedColumnID {
int get ();
void set (int value);
}
abstract MappedColumnID : int with get, set
function get MappedColumnID () : int
function set MappedColumnID (value : int)
Valeur de la propriété
Type : System. . :: . .Int32
The ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
Notes
The MappedColumnID property has been added in SQL Server 2008 Integration Services. This property has also been added to the following objects in the Microsoft.SqlServer.Dts.Pipeline.Wrapper namespace:
The use of these properties is not required. These properties provide an easier way for developers to associate related columns, such as input and output columns, in custom data flow components.