HostSetExternalMetadataColumnProperty 메서드
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Function HostSetExternalMetadataColumnProperty ( _
wrapper As IDTSManagedComponentWrapper100, _
iID As Integer, _
iExternalMetadataColumnID As Integer, _
strPropertyName As String, _
oValue As Object _
) As IDTSCustomProperty100
‘사용 방법
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim iID As Integer
Dim iExternalMetadataColumnID As Integer
Dim strPropertyName As String
Dim oValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.HostSetExternalMetadataColumnProperty(wrapper, _
iID, iExternalMetadataColumnID, _
strPropertyName, oValue)
public IDTSCustomProperty100 HostSetExternalMetadataColumnProperty(
IDTSManagedComponentWrapper100 wrapper,
int iID,
int iExternalMetadataColumnID,
string strPropertyName,
Object oValue
)
public:
virtual IDTSCustomProperty100^ HostSetExternalMetadataColumnProperty(
IDTSManagedComponentWrapper100^ wrapper,
int iID,
int iExternalMetadataColumnID,
String^ strPropertyName,
Object^ oValue
) sealed
abstract HostSetExternalMetadataColumnProperty :
wrapper:IDTSManagedComponentWrapper100 *
iID:int *
iExternalMetadataColumnID:int *
strPropertyName:string *
oValue:Object -> IDTSCustomProperty100
override HostSetExternalMetadataColumnProperty :
wrapper:IDTSManagedComponentWrapper100 *
iID:int *
iExternalMetadataColumnID:int *
strPropertyName:string *
oValue:Object -> IDTSCustomProperty100
public final function HostSetExternalMetadataColumnProperty(
wrapper : IDTSManagedComponentWrapper100,
iID : int,
iExternalMetadataColumnID : int,
strPropertyName : String,
oValue : Object
) : IDTSCustomProperty100
매개 변수
- iID
유형: System. . :: . .Int32
- iExternalMetadataColumnID
유형: System. . :: . .Int32
- strPropertyName
유형: System. . :: . .String
- oValue
유형: System. . :: . .Object