PipelineComponent.InsertExternalMetadataColumnAt Method
Inserts a new external metadata column into the collection of external metadata columns at the specified index. This method is not CLS-compliant.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Overridable Function InsertExternalMetadataColumnAt ( _
iID As Integer, _
iExternalMetadataColumnIndex As Integer, _
strName As String, _
strDescription As String _
) As IDTSExternalMetadataColumn90
[CLSCompliantAttribute(false)]
public virtual IDTSExternalMetadataColumn90 InsertExternalMetadataColumnAt (
int iID,
int iExternalMetadataColumnIndex,
string strName,
string strDescription
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSExternalMetadataColumn90^ InsertExternalMetadataColumnAt (
int iID,
int iExternalMetadataColumnIndex,
String^ strName,
String^ strDescription
)
/** @attribute CLSCompliantAttribute(false) */
public IDTSExternalMetadataColumn90 InsertExternalMetadataColumnAt (
int iID,
int iExternalMetadataColumnIndex,
String strName,
String strDescription
)
CLSCompliantAttribute(false)
public function InsertExternalMetadataColumnAt (
iID : int,
iExternalMetadataColumnIndex : int,
strName : String,
strDescription : String
) : IDTSExternalMetadataColumn90
Paramètres
- iID
The ID of the IDTSInput90 or IDTSOutput90 that the external metadata column is associated with.
- iExternalMetadataColumnIndex
The index at which the new external metadata column should be inserted into the collection.
- strName
The Name of the new external metadata column.
- strDescription
The Description of the new external metadata column.
Valeur de retour
The newly created IDTSExternalMetadataColumn90.
Notes
For more information about working with external metadata columns, see Implementing External Metadata.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace