次の方法で共有


ComplexProperty コンストラクター (String, String, DTSParamType)

ComplexProperty クラスの新しいインスタンスを初期化し、ComplexProperty の名前、データ型、およびパラメーターの型を初期化します。

名前空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
アセンブリ:  Microsoft.SqlServer.WebServiceTask (Microsoft.SqlServer.WebServiceTask.dll)

構文

'宣言
Public Sub New ( _
    name As String, _
    datatype As String, _
    type As DTSParamType _
)
'使用
Dim name As String 
Dim datatype As String 
Dim type As DTSParamType 

Dim instance As New ComplexProperty(name, datatype, _
    type)
public ComplexProperty(
    string name,
    string datatype,
    DTSParamType type
)
public:
ComplexProperty(
    String^ name, 
    String^ datatype, 
    DTSParamType type
)
new : 
        name:string * 
        datatype:string * 
        type:DTSParamType -> ComplexProperty
public function ComplexProperty(
    name : String, 
    datatype : String, 
    type : DTSParamType
)

パラメーター

  • datatype
    型: System.String
    プロパティのデータ型です。

関連項目

参照

ComplexProperty クラス

ComplexProperty オーバーロード

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 名前空間