IDataSourceDescriptor 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a data source descriptor.

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Interface IDataSourceDescriptor
‘사용 방법
Dim instance As IDataSourceDescriptor
public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor =  interface end
public interface IDataSourceDescriptor

IDataSourceDescriptor 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Kind 인프라입니다. Gets the kind of this current instance.
공용 속성 Moniker 인프라입니다. Gets the moniker associated with the object.
공용 속성 Name 인프라입니다. Gets the name of the current instance.
공용 속성 Prepared Gets a value indicating whether the IDataSourceDescriptor object is prepared.
공용 속성 Valid Gets a value that indicates whether the IDataSourceDescriptor object is valid.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetChildDescriptors Returns the child descriptors for this current object.
공용 메서드 GetProperty Searches for the public property with the specified name.
공용 메서드 Prepare 인프라입니다. Creates a prepared version of the descriptor.
공용 메서드 SetProperty Sets the property specified by name to the value specified by value.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Invalidated 인프라입니다. Occurs when the data source is invalidated.
공용 이벤트 PropertyChanged Occurs when a property value changes.

맨 위로 이동

참고 항목

참조

Microsoft.DataWarehouse.Interfaces 네임스페이스