ParameterTypeEnum Enumeration
Specifies the data type of a parameter.
네임스페이스: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
어셈블리: ReportExecution2005 (in reportexecutionservice.dll)
구문
‘선언
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ParameterTypeEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum ParameterTypeEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum class ParameterTypeEnum
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public enum ParameterTypeEnum
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
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. |
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace