Partager via


Méthode PipelineComponent.SetExternalMetadataColumnProperty

Sets an individual property of an external metadata column.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Overridable Function SetExternalMetadataColumnProperty ( _
    iID As Integer, _
    iExternalMetadataColumnID As Integer, _
    strPropertyName As String, _
    oValue As Object _
) As IDTSCustomProperty100
'Utilisation
Dim instance As PipelineComponent 
Dim iID As Integer 
Dim iExternalMetadataColumnID As Integer 
Dim strPropertyName As String 
Dim oValue As Object 
Dim returnValue As IDTSCustomProperty100 

returnValue = instance.SetExternalMetadataColumnProperty(iID, _
    iExternalMetadataColumnID, strPropertyName, _
    oValue)
[CLSCompliantAttribute(false)]
public virtual IDTSCustomProperty100 SetExternalMetadataColumnProperty(
    int iID,
    int iExternalMetadataColumnID,
    string strPropertyName,
    Object oValue
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSCustomProperty100^ SetExternalMetadataColumnProperty(
    int iID, 
    int iExternalMetadataColumnID, 
    String^ strPropertyName, 
    Object^ oValue
)
[<CLSCompliantAttribute(false)>]
abstract SetExternalMetadataColumnProperty : 
        iID:int * 
        iExternalMetadataColumnID:int * 
        strPropertyName:string * 
        oValue:Object -> IDTSCustomProperty100 
[<CLSCompliantAttribute(false)>]
override SetExternalMetadataColumnProperty : 
        iID:int * 
        iExternalMetadataColumnID:int * 
        strPropertyName:string * 
        oValue:Object -> IDTSCustomProperty100
public function SetExternalMetadataColumnProperty(
    iID : int, 
    iExternalMetadataColumnID : int, 
    strPropertyName : String, 
    oValue : Object
) : IDTSCustomProperty100

Paramètres

  • iExternalMetadataColumnID
    Type : System.Int32
    The ID of the external metadata column.
  • strPropertyName
    Type : System.String
    The name of the property whose value is being set.
  • oValue
    Type : System.Object
    The value to assign to the property.

Valeur de retour

Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
An IDTSCustomProperty100 that contains the modified property value.

Notes

For more information about working with external metadata columns, see Implémentation des métadonnées externes.

Voir aussi

Référence

PipelineComponent Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline