Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Sub New ( _
properties As ComplexProperty() _
)
'Utilisation
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[]
)
Paramètres
- properties
Type : array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
The properties to initialize the ComplexValue with.