Proprietà ComplexValue.Properties
Gets an array of properties for the ComplexValue class.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Properties As ComplexProperty()
Get
'Utilizzo
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[]
Valore proprietà
Tipo: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
A ComplexProperty array.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask