Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents SOAP method in payload part of CREATE ENDPOINT statement.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.PayloadOption
Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethod
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class SoapMethod _
Inherits PayloadOption
'Utilisation
Dim instance As SoapMethod
[SerializableAttribute]
public class SoapMethod : PayloadOption
[SerializableAttribute]
public ref class SoapMethod : public PayloadOption
[<SerializableAttribute>]
type SoapMethod =
class
inherit PayloadOption
end
public class SoapMethod extends PayloadOption
Le type SoapMethod expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
SoapMethod | Initializes a new instance of the SoapMethod class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Action | Gets or sets the SOAP method action value. |
![]() |
Alias | Gets or sets a method alias. |
![]() |
FirstTokenIndex | Gets or sets the first token index. (hérité de TSqlFragment.) |
![]() |
Format | Gets or sets the SOAP method format value. |
![]() |
FragmentLength | Gets the fragment length. (hérité de TSqlFragment.) |
![]() |
Kind | Gets or sets the option kind (for duplicate checking). (hérité de PayloadOption.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (hérité de TSqlFragment.) |
![]() |
Name | Gets or sets the name of a stored procedure or user-defined function that corresponds to the SOAP method. |
![]() |
Namespace | Gets or sets an optional method namespace. |
![]() |
Schema | Gets or sets the SOAP method schema value. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. (hérité de TSqlFragment.) |
![]() |
StartColumn | Gets the starting column. (hérité de TSqlFragment.) |
![]() |
StartLine | Gets the starting line. (hérité de TSqlFragment.) |
![]() |
StartOffset | Gets the fragment start offset value. (hérité de TSqlFragment.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept | Accepts visitor. (remplace TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Accepts visitor for Children. (remplace PayloadOption.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)