다음을 통해 공유


CManagedComponentWrapperClass.SetExternalMetadataColumnProperty 메서드

정의

외부 메타데이터 열의 개별 속성을 설정합니다.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetExternalMetadataColumnProperty;
[System.Runtime.InteropServices.DispId(39)]
public virtual 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
override this.SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

매개 변수

lID
Int32

외부 메타데이터 열이 IDTSInput100 연결된 ID입니다 IDTSOutput100 .

lExternalMetadataColumnID
Int32

외부 메타데이터 열의 ID입니다.

bstrPropertyName
String

값을 설정할 속성의 이름입니다.

vtValue
Object

속성에 할당할 값입니다.

반환

수정된 속성 값을 포함하는 IDTSCustomProperty100입니다.

구현

특성

적용 대상