IDTSDesigntimeComponent100.SetExternalMetadataColumnProperty Metodo

Definizione

Imposta una singola proprietà di una colonna di metadati esterna.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue);
[System.Runtime.InteropServices.DispId(39)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetExternalMetadataColumnProperty (int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
[<System.Runtime.InteropServices.DispId(39)>]
abstract member SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

Parametri

lID
Int32

ID dell'oggetto IDTSInput100 o IDTSOutput100 al quale è associata la colonna di metadati esterna.

lExternalMetadataColumnID
Int32

ID della colonna di metadati esterna.

bstrPropertyName
String

Nome della proprietà di cui viene impostato il valore.

vtValue
Object

Il valore da assegnare alla proprietà.

Restituisce

Oggetto IDTSCustomProperty100 contenente il valore della proprietà modificata.

Attributi

Si applica a