Classe SoapPayloadMethod
The SoapPayloadMethod class represents a SOAP payload method for the referenced HTTP endpoint.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcElementTypeAttribute("Method")> _
Public NotInheritable Class SoapPayloadMethod _
Inherits SoapMethodObject _
Implements ICreatable, IDroppable, IAlterable
'Utilizzo
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
Osservazioni
The SoapPayloadMethod object provides programmatic access to the SOAP payload bindings to stored procedures and user-defined functions.
Gerarchia di ereditarietà
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
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche