ParameterTypeEnum Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the data type of a parameter.
Syntax
'Declaration
Public Enumeration ParameterTypeEnum
public enum ParameterTypeEnum
public enum class ParameterTypeEnum
public enum ParameterTypeEnum
public enum ParameterTypeEnum
Members
Member name | Description |
---|---|
Boolean | A Boolean data type that represents a true or false condition. |
DateTime | A DateTime data type that represents the date and time. |
Float | A Float data type that represents a floating point decimal value. |
Integer | An Integer data type. Valid values range from -2,147,483,648 through 2,147,483,647. |
String | A String data type that represents an array of characters. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
See Also
Reference
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace