ComplexProperty Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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 .