Partager via


Properties propriété

Gets an array of properties for the ComplexValue class.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Properties As ComplexProperty()
    Get
'Utilisation
Dim instance As ComplexValue
Dim value As ComplexProperty()

value = instance.Properties
public ComplexProperty[] Properties { get; }
public:
property array<ComplexProperty^>^ Properties {
    array<ComplexProperty^>^ get ();
}
member Properties : ComplexProperty[]
function get Properties () : ComplexProperty[]

Valeur de la propriété

Type : array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .ComplexProperty> [] () [] []
A ComplexProperty array.