MethodNameAndParamLocations Class
Provides the name and parameter information about a method.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | MethodNameAndParamLocations(String^) | Initializes a new instance of the MethodNameAndParamLocations class by using the specified method name. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the method. |
![]() | NameEndLocation | Gets or sets the end location of the method name. |
![]() | NameStartLocation | Gets or sets the start location of the method name. |
![]() | ParamEndLocation | Gets or sets the end location of the parameter. |
![]() | ParamSeperatorLocations | Gets or sets a list that contains the locations of the parameter separators. Parameter separators are characters that separate parameters in a list (for example, a comma). |
![]() | ParamStartLocation | Gets or sets the start location of the parameter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ToXml() | Writes an XML string that contains the method name and parameter locations. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


