Partager via


Interface IDataScope

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a data scope.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Interface IDataScope _
    Inherits IContainedObject
'Utilisation
Dim instance As IDataScope
public interface IDataScope : IContainedObject
public interface class IDataScope : IContainedObject
type IDataScope =  
    interface 
        interface IContainedObject 
    end
public interface IDataScope extends IContainedObject

Le type IDataScope expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Group Gets the group of the data.
Propriété publique Name Gets the name of the data.
Propriété publique Parent The parent object. (hérité de IContainedObject.)

Haut de la page

Méthodes

  Nom Description
Méthode publique GetContainingDataScopes Returns the containing data scopes of the object.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel