Condividi tramite


Costruttore Query (IPropertyStore)

Initializes a new instance of the Query class.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    propertyStore As IPropertyStore _
)
'Utilizzo
Dim propertyStore As IPropertyStore

Dim instance As New Query(propertyStore)
public Query(
    IPropertyStore propertyStore
)
public:
Query(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> Query
public function Query(
    propertyStore : IPropertyStore
)

Parametri