GetServices 메서드
Returns an array that contains all the services available in the Web Services Description Language (WSDL).
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리: Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)
구문
‘선언
Public Function GetServices As String()
‘사용 방법
Dim instance As WebServiceTaskUtil
Dim returnValue As String()
returnValue = instance.GetServices()
public string[] GetServices()
public:
array<String^>^ GetServices()
member GetServices : unit -> string[]
public function GetServices() : String[]
반환 값
유형: array<System. . :: . .String> [] () [] []
An array of type String that contains a list of all the services.