Lenguaje

ComplexProperty Constructores

Definición

Inicializa una nueva instancia de la clase ComplexProperty.

Sobrecargas

Nombre Description
ComplexProperty()

Inicializa una nueva instancia de la clase ComplexProperty.

ComplexProperty(String, String, DTSParamType)

Inicializa una nueva instancia de la ComplexProperty clase e inicializa el nombre, tipo de dato y tipo de parámetro de la ComplexProperty.

ComplexProperty()

Inicializa una nueva instancia de la clase ComplexProperty.

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

Se aplica a

ComplexProperty(String, String, DTSParamType)

Inicializa una nueva instancia de la ComplexProperty clase e inicializa el nombre, tipo de dato y tipo de parámetro de la 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)

Parámetros

name
String

El nombre de la propiedad.

datatype
String

Tipo de datos de la propiedad.

type
DTSParamType

DTSParamType de la propiedad .

Se aplica a