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.