DataSetBase 클래스

정의

데이터 세트에 대한 기본 클래스를 나타냅니다.

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

데이터가 전자/반자를 구분하는지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

DeepClone()

ReportObject 인스턴스의 전체 복제를 반환합니다.

(다음에서 상속됨 ReportObject)
Equals(DataSetBase)

이 개체와 다른 DataSetBase 개체가 같은지 검사합니다.

Equals(Object)

이 개체와 다른 개체가 같은지 검사합니다.

GetContainingDataScopes()

데이터 범위를 포함하는 보고서 개체의 목록을 반환합니다.

(다음에서 상속됨 ReportObject)
GetDataScopesFor(IContainedObject)

데이터 세트의 데이터 범위를 가져옵니다.

GetDataScopesForDefaultImpl(IContainedObject)

기본 구현에 대한 데이터 범위를 반환합니다.

(다음에서 상속됨 ReportObject)
GetDependenciesCore(IList<ReportObject>)

ReportObject 개체에 대한 종속성 핵심을 반환합니다.

(다음에서 상속됨 ReportObject)
GetHashCode()

현재 인스턴스의 고유 해시 코드를 가져옵니다.

GetQuery()

데이터 세트 쿼리를 가져옵니다.

Initialize()

현재 DataSetBase 인스턴스를 초기화합니다.

InitializeForDesigner()

디자이너에 대한 보고서 개체를 초기화합니다.

(다음에서 상속됨 ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

자식의 속성이 변경되면 이벤트를 발생시킵니다.

(다음에서 상속됨 ReportObject)
OnPropertyChanged(Int32, Object, Object)

속성이 변경되면 이벤트를 발생시킵니다.

(다음에서 상속됨 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

RDL 의미 체계가 핵심 개체와 같은지 여부를 나타냅니다.

SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

보고서 개체의 속성 값을 저장합니다.

(다음에서 상속됨 ReportObject)

명시적 인터페이스 구현

IComponent.Disposed

ReportObject 개체가 삭제되면 발생합니다.

(다음에서 상속됨 ReportObject)
IDataScope.Group

데이터 그룹을 가져옵니다.

IDisposable.Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

(다음에서 상속됨 ReportObject)

적용 대상