Interfaccia IDataScope

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a data scope.

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

Sintassi

'Dichiarazione
Public Interface IDataScope _
    Inherits IContainedObject
'Utilizzo
Dim instance As IDataScope
public interface IDataScope : IContainedObject
public interface class IDataScope : IContainedObject
type IDataScope =  
    interface 
        interface IContainedObject 
    end
public interface IDataScope extends IContainedObject

Nel tipo IDataScope sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Group Gets the group of the data.
Proprietà pubblica Name Gets the name of the data.
Proprietà pubblica Parent The parent object. Ereditato da IContainedObject.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetContainingDataScopes Returns the containing data scopes of the object.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel