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
)
パラメーター
- name
型: System.String
プロパティの名前です。
- datatype
型: System.String
プロパティのデータ型です。
- type
型: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
プロパティの DTSParamType です。