DTSWebMethodInfo 클래스

Encapsulates the details of a web method.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask.dll의 Microsoft.SqlServer.WebServiceTask

구문

‘선언
<SerializableAttribute> _
Public Class DTSWebMethodInfo
‘사용 방법
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo =  class end
public class DTSWebMethodInfo

주의

The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSWebMethodInfo

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.