Classe SoapMethod
Represents SOAP method in payload part of CREATE ENDPOINT statement.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.PayloadOption
Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethod
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class SoapMethod _
Inherits PayloadOption
'Uso
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
O tipo SoapMethod expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SoapMethod | Initializes a new instance of the SoapMethod class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Action | Gets or sets the SOAP method action value. | |
Alias | Gets or sets a method alias. | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
Format | Gets or sets the SOAP method format value. | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
Kind | Gets or sets the option kind (for duplicate checking). (Herdado de PayloadOption.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado 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. (Herdado de TSqlFragment.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts visitor for Children. (Substitui PayloadOption.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.