UsedInQuery プロパティ

パラメーターがクエリで使用されるかどうかを示します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property UsedInQuery As Boolean
    Get
'使用
Dim instance As ReportParameter
Dim value As Boolean

value = instance.UsedInQuery
public bool UsedInQuery { get; }
public:
property bool UsedInQuery {
    bool get ();
}
member UsedInQuery : bool
function get UsedInQuery () : boolean

プロパティ値

型: System. . :: . .Boolean
パラメーターがクエリで使用されるかどうかを示す Boolean です。値が true の場合は、パラメーターがクエリで使用されることを示します。