DataSetBase 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 세트에 대한 기본 클래스를 나타냅니다.
public ref class DataSetBase abstract : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::IDataScope, Microsoft::ReportingServices::RdlObjectModel::IDataScopeService
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.DataSetBase/DataSetConverter))]
public abstract class DataSetBase : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.IDataScope, Microsoft.ReportingServices.RdlObjectModel.IDataScopeService
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.DataSetBase/DataSetConverter))>]
type DataSetBase = class
inherit ReportObject
interface INamedObject
interface IDataScopeService
interface IDataScope
interface IContainedObject
Public MustInherit Class DataSetBase
Inherits ReportObject
Implements IDataScope, IDataScopeService
- 상속
- 파생
- 특성
- 구현
생성자
DataSetBase() |
DataSetBase 클래스의 새 인스턴스를 초기화합니다. |
속성
AccentSensitivity |
데이터가 악센트를 구분하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
CaseSensitivity |
데이터가 대/소문자를 구분하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Collation |
보고서 서버에서 데이터를 정렬하는 데 사용하는 로캘을 가져오거나 설정합니다. |
ComponentMetadata |
구성 요소 메타데이터를 가져오거나 설정합니다. (다음에서 상속됨 ReportObject) |
DataSetInfo |
데이터 세트에 대한 정보를 가져오거나 설정합니다. |
InterpretSubtotalsAsDetails |
부분합을 정보로 해석할지 여부를 나타내는 값을 가져오거나 설정합니다. |
KanatypeSensitivity |
데이터가 일본어 가나를 구분하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Name |
데이터 세트 이름을 가져오거나 설정합니다. |
Parent |
이 보고서 개체의 부모입니다. (다음에서 상속됨 ReportObjectBase) |
Site |
ReportObject 개체와 연결된 사이트를 가져오거나 설정합니다. (다음에서 상속됨 ReportObject) |
WidthSensitivity |
데이터가 전자/반자를 구분하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
메서드
명시적 인터페이스 구현
IComponent.Disposed |
ReportObject 개체가 삭제되면 발생합니다. (다음에서 상속됨 ReportObject) |
IDataScope.Group |
데이터 그룹을 가져옵니다. |
IDisposable.Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. (다음에서 상속됨 ReportObject) |