次の方法で共有


QueryBase.m_autoGenerated フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このクエリが自動的に生成されるかどうかを指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected m_autoGenerated As Boolean
'使用
Dim value As Boolean 

value = Me.m_autoGenerated 

Me.m_autoGenerated = value
protected bool m_autoGenerated
protected:
bool m_autoGenerated
val mutable m_autoGenerated: bool
protected var m_autoGenerated : boolean

関連項目

参照

QueryBase クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間