Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
properties As ComplexProperty() _
)
'Utilizzo
Dim properties As ComplexProperty()
Dim instance As New ComplexValue(properties)
public ComplexValue(
ComplexProperty[] properties
)
public:
ComplexValue(
array<ComplexProperty^>^ properties
)
new :
properties:ComplexProperty[] -> ComplexValue
public function ComplexValue(
properties : ComplexProperty[]
)
Parametri
- properties
Tipo: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
The properties to initialize the ComplexValue with.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask