Propriedade Properties
Gets an array of properties for the ComplexValue class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public ReadOnly Property Properties As ComplexProperty()
Get
'Uso
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[]
Valor da propriedade
Tipo: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .ComplexProperty> [] () [] []
A ComplexProperty array.
Consulte também