Bagikan melalui


ComplexProperty Konstruktor

Definisi

Menginisialisasi instans baru kelas ComplexProperty.

Overload

ComplexProperty()

Menginisialisasi instans baru kelas ComplexProperty.

ComplexProperty(String, String, DTSParamType)

Menginisialisasi instans ComplexProperty baru kelas , dan menginisialisasi nama, jenis data, dan jenis ComplexPropertyparameter .

ComplexProperty()

Menginisialisasi instans baru kelas ComplexProperty.

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

Berlaku untuk

ComplexProperty(String, String, DTSParamType)

Menginisialisasi instans ComplexProperty baru kelas , dan menginisialisasi nama, jenis data, dan jenis ComplexPropertyparameter .

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)

Parameter

name
String

Nama properti.

datatype
String

Jenis data properti.

type
DTSParamType

Dari DTSParamType properti .

Berlaku untuk