Parameter Class
Provides information about a parameter to support IntelliSense features.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Parameter(String^, String^, String^) | Initializes a new instance of the Parameter class. |
| Name | Description | |
|---|---|---|
![]() | Description | The description of the parameter. |
![]() | Display | Gets the complete parameter declaration. |
![]() | Name | The name 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


