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. |
上層