SoapMethod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents SOAP method in payload part of CREATE ENDPOINT statement
[System.Serializable]
public class SoapMethod : Microsoft.SqlServer.TransactSql.ScriptDom.PayloadOption
[<System.Serializable>]
type SoapMethod = class
inherit PayloadOption
Public Class SoapMethod
Inherits PayloadOption
- Inheritance
- Attributes
Constructors
SoapMethod() |
Fields
Uninitialized |
Constant to indicate and uninitialized token. (Inherited from TSqlFragment) |
Properties
Action |
Optional ADD/ALTER/DROP prefix (in case of ALTER ENDPOINT) |
Alias |
Method alias |
FirstTokenIndex |
Gets or sets the first index of the token. (Inherited from TSqlFragment) |
Format |
Specifies whether a row count, error messages and warnings are returned with the result set |
FragmentLength |
Defines the number of characters the fragment takes up in the script it was parsed. (Inherited from TSqlFragment) |
Kind |
Option kind (for duplicate checking) (Inherited from PayloadOption) |
LastTokenIndex |
Gets or sets the last index of the token. (Inherited from TSqlFragment) |
Name |
Specifies the name of a stored procedure or user-defined function that corresponds to the SOAP method |
Namespace |
Optional method namespace |
Schema |
Determines whether inline XSD schema will be returned |
ScriptTokenStream |
Gets or sets the script token stream. (Inherited from TSqlFragment) |
StartColumn |
Gets the start column. (Inherited from TSqlFragment) |
StartLine |
Gets the start line. (Inherited from TSqlFragment) |
StartOffset |
Defines the character offset of fragments starting location in the script it was parsed. (Inherited from TSqlFragment) |
Methods
Accept(TSqlFragmentVisitor) |
Accepts visitor |
AcceptChildren(TSqlFragmentVisitor) |
Accepts visitor for Children |