Type プロパティ
パラメータのデータ型 (ParameterTypeEnum) です。
名前空間: ReportExecution2005
アセンブリ: ReportExecution2005 (ReportExecution2005.dll)
構文
'宣言
Public Property Type As ParameterTypeEnum
Get
Set
'使用
Dim instance As ReportParameter
Dim value As ParameterTypeEnum
value = instance.Type
instance.Type = value
public ParameterTypeEnum Type { get; set; }
public:
property ParameterTypeEnum Type {
ParameterTypeEnum get ();
void set (ParameterTypeEnum value);
}
member Type : ParameterTypeEnum with get, set
function get Type () : ParameterTypeEnum
function set Type (value : ParameterTypeEnum)
プロパティ値
型: ReportExecution2005. . :: . .ParameterTypeEnum
読み取り専用の ParameterTypeEnum 値です。
説明
Type プロパティの値は、Reporting Services 実行 Web サービスのプロキシ クラスの TypeSpecified プロパティに対応しています。Type は読み取り専用であり、エンド ユーザーが設定することはできないため、このプロパティを指定する必要はありません。プロパティの指定方法の詳細については、「オプションの Web サービス オブジェクトの値の省略」を参照してください。