次の方法で共有


ComplexValue.Properties プロパティ

定義

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

public:
 property cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ Properties { cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ get(); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] Properties { get; }
member this.Properties : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
Public ReadOnly Property Properties As ComplexProperty()

プロパティ値

ComplexProperty 配列。

適用対象