Поделиться через


Свойство Properties

Gets an array of properties for the ComplexValue class.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка:  Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)

Синтаксис

'Декларация
Public ReadOnly Property Properties As ComplexProperty()
    Get
'Применение
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[]

Значение свойства

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