SoapPayloadMethod 클래스
The SoapPayloadMethod class represents a SOAP payload method for the referenced HTTP endpoint.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcElementTypeAttribute("Method")> _
Public NotInheritable Class SoapPayloadMethod _
Inherits SoapMethodObject _
Implements ICreatable, IDroppable, IAlterable
‘사용 방법
Dim instance As SoapPayloadMethod
[SfcElementTypeAttribute("Method")]
public sealed class SoapPayloadMethod : SoapMethodObject,
ICreatable, IDroppable, IAlterable
[SfcElementTypeAttribute(L"Method")]
public ref class SoapPayloadMethod sealed : public SoapMethodObject,
ICreatable, IDroppable, IAlterable
[<SealedAttribute>]
[<SfcElementTypeAttribute("Method")>]
type SoapPayloadMethod =
class
inherit SoapMethodObject
interface ICreatable
interface IDroppable
interface IAlterable
end
public final class SoapPayloadMethod extends SoapMethodObject implements ICreatable, IDroppable, IAlterable
주의
The SoapPayloadMethod object provides programmatic access to the SOAP payload bindings to stored procedures and user-defined functions.
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SoapMethodObject
Microsoft.SqlServer.Management.Smo..::..SoapPayloadMethod
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.