MethodHelpText Class
Provides information about a method to support IntelliSense features.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | MethodHelpText(String^, String^, String^, Boolean, Boolean) | Initializes a new instance of the MethodHelpText class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets the method description. |
![]() | IsVarArg | Gets a value that indicates whether the method is a variable argument. |
![]() | Name | Gets the name of the method. |
![]() | Parameters | Gets the list of parameters of the method. |
![]() | ShouldShowParentheses | Gets a value that indicates whether to show parentheses. |
![]() | Type | Gets the type of the method. |
| 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 the method help text as an XML string. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


