次の方法で共有


SoapPayloadMethod クラス

SoapPayloadMethod クラスは、参照する HTTP エンドポイントの SOAP ペイロード メソッドを表します。

名前空間:  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

説明

SoapPayloadMethod オブジェクトを使用すると、ストアド プロシージャおよびユーザー定義関数に対する SOAP ペイロード バインドにプログラムでアクセスできます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。