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 数组。

适用于