Linguaggio

ComplexProperty Costruttori

Definizione

Inizializza una nuova istanza della classe ComplexProperty.

Overload

Nome Descrizione
ComplexProperty()

Inizializza una nuova istanza della classe ComplexProperty.

ComplexProperty(String, String, DTSParamType)

Inizializza una nuova istanza della ComplexProperty classe e inizializza il nome, il tipo di dato e il tipo di parametro del ComplexProperty.

ComplexProperty()

Inizializza una nuova istanza della classe ComplexProperty.

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

Si applica a

ComplexProperty(String, String, DTSParamType)

Inizializza una nuova istanza della ComplexProperty classe e inizializza il nome, il tipo di dato e il tipo di parametro del 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)

Parametri

name
String

Nome della proprietà.

datatype
String

Tipo di dati della proprietà.

type
DTSParamType

Oggetto DTSParamType della proprietà .

Si applica a