次の方法で共有


ComplexProperty コンストラクター

定義

ComplexProperty クラスの新しいインスタンスを初期化します。

オーバーロード

ComplexProperty()

ComplexProperty クラスの新しいインスタンスを初期化します。

ComplexProperty(String, String, DTSParamType)

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

ComplexProperty()

ComplexProperty クラスの新しいインスタンスを初期化します。

public:
 ComplexProperty();
public ComplexProperty ();
Public Sub New ()

適用対象

ComplexProperty(String, String, DTSParamType)

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

public:
 ComplexProperty(System::String ^ name, System::String ^ datatype, Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType type);
public ComplexProperty (string name, string datatype, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType type);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty : string * string * Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty
Public Sub New (name As String, datatype As String, type As DTSParamType)

パラメーター

name
String

プロパティの名前。

datatype
String

プロパティのデータ型。

type
DTSParamType

プロパティの DTSParamType です。

適用対象