Properties プロパティ

ComplexValue クラスのプロパティの配列を取得します。

名前空間:  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> [] () [] []
ComplexProperty 配列です。