ExportView 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MDS 시스템 내에서 사용자가 만든 뷰와 관련된 정보를 지정합니다.
public ref class ExportView : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ExportView", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExportView : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ExportView", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportView = class
inherit DataContractBase
Public Class ExportView
Inherits DataContractBase
- 상속
- 특성
설명
이러한 뷰는 MDS 시스템에서 여러 가지 일반적인 형식으로 저장된 데이터에 대한 간단한 SQL 액세스를 제공하기 위해 만들어집니다.
생성자
ExportView() |
ExportView 클래스의 새 인스턴스를 초기화합니다. |
속성
DerivedHierarchyId |
내보내기 뷰에서 쿼리한 파생 계층의 ID를 가져오거나 설정합니다. |
EntityId |
ExportView에서 쿼리하는 엔터티의 ID를 가져오거나 설정합니다. |
ExtensionData |
추가 데이터를 포함하는 구조를 가져오거나 설정합니다. (다음에서 상속됨 DataContractBase) |
Identifier |
ExportView의 ID를 가져오거나 설정합니다. |
IsDirty |
기본 메타데이터 변경으로 인해 뷰를 다시 만들어야 하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Levels |
뷰가 수준 기반 계층 뷰인 경우 뷰의 계층 수준 수를 가져오거나 설정합니다. |
ModelId |
ExportView에서 쿼리하는 모델의 ID를 가져오거나 설정합니다. |
VersionFlagId |
Gets or sets the ID of the version flag that is queried by the ExportView에서 쿼리하는 버전 플래그의 ID를 가져오거나 설정합니다. |
VersionId |
ExportView에서 쿼리하는 버전의 ID를 가져오거나 설정합니다. |
ViewFormat |
ExportView의 단순 유형을 가져오거나 설정합니다. |