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.