IDataScope 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a data scope.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Interface IDataScope _
    Inherits IContainedObject
用法
Dim instance As IDataScope
public interface IDataScope : IContainedObject
public interface class IDataScope : IContainedObject
type IDataScope =  
    interface 
        interface IContainedObject 
    end
public interface IDataScope extends IContainedObject

IDataScope 类型公开以下成员。

属性

  名称 说明
公共属性 Group Gets the group of the data.
公共属性 Name Gets the name of the data.
公共属性 Parent The parent object. (从 IContainedObject 继承。)

页首

方法

  名称 说明
公共方法 GetContainingDataScopes Returns the containing data scopes of the object.

页首

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间