Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents SOAP method in payload part of CREATE ENDPOINT statement.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.PayloadOption
Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethod
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class SoapMethod _
Inherits PayloadOption
'Utilizzo
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
Nel tipo SoapMethod sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
SoapMethod | Initializes a new instance of the SoapMethod class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Action | Gets or sets the SOAP method action value. |
![]() |
Alias | Gets or sets a method alias. |
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
Format | Gets or sets the SOAP method format value. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
Kind | Gets or sets the option kind (for duplicate checking). Ereditato da PayloadOption. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da 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. Ereditato da TSqlFragment. |
![]() |
StartColumn | Gets the starting column. Ereditato da TSqlFragment. |
![]() |
StartLine | Gets the starting line. Ereditato da TSqlFragment. |
![]() |
StartOffset | Gets the fragment start offset value. Ereditato da TSqlFragment. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept | Accepts visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Accepts visitor for Children. Esegue l'override di PayloadOption.AcceptChildren(TSqlFragmentVisitor). |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)