Condividi tramite


ComplexProperty Costruttori

Definizione

Inizializza una nuova istanza della classe ComplexProperty.

Overload

ComplexProperty()

Inizializza una nuova istanza della classe ComplexProperty.

ComplexProperty(String, String, DTSParamType)

Inizializza una nuova istanza della classe ComplexProperty, nonché il nome, il tipo di dati e il tipo di parametro dell'oggetto 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 classe ComplexProperty, nonché il nome, il tipo di dati e il tipo di parametro dell'oggetto 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