Campo QueryBase.m_autoGenerated
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies whether this query is automatically generated.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected m_autoGenerated As Boolean
'Utilizzo
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