IDTSManagedComponentHost100.HostSetExternalMetadataColumnProperty 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the host external metadata column property.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Function HostSetExternalMetadataColumnProperty ( _
pWrapper As IDTSManagedComponentWrapper100, _
lID As Integer, _
lExternalMetadataColumnID As Integer, _
bstrPropertyName As String, _
vtValue As Object _
) As IDTSCustomProperty100
‘사용 방법
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lID As Integer
Dim lExternalMetadataColumnID As Integer
Dim bstrPropertyName As String
Dim vtValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.HostSetExternalMetadataColumnProperty(pWrapper, _
lID, lExternalMetadataColumnID, _
bstrPropertyName, vtValue)
IDTSCustomProperty100 HostSetExternalMetadataColumnProperty(
IDTSManagedComponentWrapper100 pWrapper,
int lID,
int lExternalMetadataColumnID,
string bstrPropertyName,
Object vtValue
)
IDTSCustomProperty100^ HostSetExternalMetadataColumnProperty(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID,
[InAttribute] String^ bstrPropertyName,
[InAttribute] Object^ vtValue
)
abstract HostSetExternalMetadataColumnProperty :
pWrapper:IDTSManagedComponentWrapper100 *
lID:int *
lExternalMetadataColumnID:int *
bstrPropertyName:string *
vtValue:Object -> IDTSCustomProperty100
function HostSetExternalMetadataColumnProperty(
pWrapper : IDTSManagedComponentWrapper100,
lID : int,
lExternalMetadataColumnID : int,
bstrPropertyName : String,
vtValue : Object
) : IDTSCustomProperty100
매개 변수
- pWrapper
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lID
유형: System.Int32
The identifier.
- lExternalMetadataColumnID
유형: System.Int32
The external metadata column identifier.
- bstrPropertyName
유형: System.String
The property name.
- vtValue
유형: System.Object
The value.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
the host external metadata column property.