Share via


SoapPayloadMethod 類別

The SoapPayloadMethod class represents a SOAP payload method for the referenced HTTP endpoint.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<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.

範例

實作端點

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。