次の方法で共有


ManagedComponentHost.HostSetExternalMetadataColumnProperty メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ホストの外部メタデータ列のプロパティを設定します。

名前空間:  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

パラメーター

  • iExternalMetadataColumnID
    型: System.Int32
    外部メタデータ列の識別子です。
  • strPropertyName
    型: System.String
    プロパティの名前です。

戻り値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
外部メタデータ列のプロパティです。

実装

IDTSManagedComponentHost100.HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

関連項目

参照

ManagedComponentHost クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間