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 the WSDL payload option.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.PayloadOption
Microsoft.SqlServer.TransactSql.ScriptDom.WsdlPayloadOption
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class WsdlPayloadOption _
Inherits PayloadOption
'Utilisation
Dim instance As WsdlPayloadOption
[SerializableAttribute]
public class WsdlPayloadOption : PayloadOption
[SerializableAttribute]
public ref class WsdlPayloadOption : public PayloadOption
[<SerializableAttribute>]
type WsdlPayloadOption =
class
inherit PayloadOption
end
public class WsdlPayloadOption extends PayloadOption
Le type WsdlPayloadOption expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
WsdlPayloadOption | Initializes a new instance of the WsdlPayloadOption class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
FirstTokenIndex | Gets or sets the first token index. (hérité de TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (hérité de TSqlFragment.) |
![]() |
IsNone | Gets or sets whether NONE is specified as the option value. |
![]() |
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.) |
![]() |
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.) |
![]() |
Value | Gets or sets the option value - string or DEFAULT. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept | Accepts entry point for a given visitor. (remplace TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. (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)