DataSourceCredentials 클래스

정의

데이터 원본 자격 증명의 집합을 나타냅니다.

public ref class DataSourceCredentials sealed : Microsoft::ReportingServices::RdlObjectModel::ReportObject
[System.Serializable]
public sealed class DataSourceCredentials : Microsoft.ReportingServices.RdlObjectModel.ReportObject
[<System.Serializable>]
type DataSourceCredentials = class
    inherit ReportObject
Public NotInheritable Class DataSourceCredentials
Inherits ReportObject
상속
DataSourceCredentials
특성

생성자

DataSourceCredentials()

DataSourceCredentials 클래스의 새 인스턴스를 초기화합니다.

DataSourceCredentials(String, String)

지정된 사용자 이름과 암호를 사용하여 DataSourceCredentials 클래스의 새 인스턴스를 초기화합니다.

속성

ComponentMetadata

구성 요소 메타데이터를 가져오거나 설정합니다.

(다음에서 상속됨 ReportObject)
EncryptedPassword

데이터 원본의 암호화된 암호를 가져오거나 설정합니다.

EncryptedUserName

데이터 원본의 암호화된 사용자 이름을 가져오거나 설정합니다.

Parent

이 보고서 개체의 부모입니다.

(다음에서 상속됨 ReportObjectBase)
Password

데이터 원본의 암호를 가져오거나 설정합니다.

Site

ReportObject 개체와 연결된 사이트를 가져오거나 설정합니다.

(다음에서 상속됨 ReportObject)
UserName

데이터 원본의 사용자 이름을 가져오거나 설정합니다.

메서드

CreateFromCiphertext(String, String)

ciphertext에서 DataSourceCredentials 개체를 만듭니다.

DeepClone()

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

GetContainingDataScopes()

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

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

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

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

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

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

ReportObject의 인스턴스를 초기화합니다.

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

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

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

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

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

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

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

RDL(Report Definition Language) 의미 체계와 핵심 개체가 같은지 여부를 반환합니다.

(다음에서 상속됨 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

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

(다음에서 상속됨 ReportObject)

명시적 인터페이스 구현

IComponent.Disposed

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

(다음에서 상속됨 ReportObject)
IDisposable.Dispose()

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

(다음에서 상속됨 ReportObject)

적용 대상