Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of properties for the ComplexValue class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As ComplexProperty()
Get
'Usage
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[]
Property Value
Type: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
A ComplexProperty array.