PipelineComponent.SetExternalMetadataColumnProperty 메서드
Sets an individual property of an external metadata column.
이 API는 CLS 규격이 아닙니다.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public Overridable Function SetExternalMetadataColumnProperty ( _
iID As Integer, _
iExternalMetadataColumnID As Integer, _
strPropertyName As String, _
oValue As Object _
) As IDTSCustomProperty100
‘사용 방법
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
매개 변수
- iID
유형: System.Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- iExternalMetadataColumnID
유형: System.Int32
The ID of the external metadata column.
- strPropertyName
유형: System.String
The name of the property whose value is being set.
- oValue
유형: System.Object
The value to assign to the property.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
An IDTSCustomProperty100 that contains the modified property value.
주의
For more information about working with external metadata columns, see 외부 메타데이터 구현.