ParameterStateEnum Enumeration
パラメータの状態を示します。
名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
アセンブリ: ReportExecution2005 (reportexecutionservice.dll 内)
構文
'宣言
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ParameterStateEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum ParameterStateEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum class ParameterStateEnum
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public enum ParameterStateEnum
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
public enum ParameterStateEnum
メンバ
メンバ名 | 説明 |
---|---|
DynamicValuesUnavailable | パラメータ値を利用できません。この状態は、クエリの結果としてクエリ ベースの有効な値が返されなかったことを示します。 |
HasOutstandingDependencies | パラメータに未解決の依存関係があります。この状態は、通常、パラメータの有効な値または既定値がクエリに基づいており、GetReportParameters メソッドに渡されていない依存関係がある場合に発生します。 |
HasValidValue | パラメータの有効な値が存在します。 |
MissingValidValue | パラメータの有効な値が存在しません。 |
解説
ParameterStateEnum 列挙は、ReportParameter クラスの State プロパティで使用します。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace