Compartilhar via


Classe ExportView

Represents the information related to the user-created view within the Master Data Services system. These views are created to provide simplified SQL access to the data stored in the Master Data Services system in a number of common formats.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.ExportView

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "ExportView", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExportView _
    Inherits DataContractBase
'Uso
Dim instance As ExportView
[SerializableAttribute]
[DataContractAttribute(Name = "ExportView", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExportView : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"ExportView", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExportView : public DataContractBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "ExportView", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportView =  
    class 
        inherit DataContractBase 
    end
public class ExportView extends DataContractBase

O tipo ExportView expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ExportView Initializes a new instance of the ExportView class.

Início

Propriedades

  Nome Descrição
Propriedade pública DerivedHierarchyId Gets or sets the identifier of the derived hierarchy for the view (optional).
Propriedade pública EntityId Gets or sets the entity identifier of the view.
Propriedade pública Identifier Gets or sets the identifier of the view (optional).
Propriedade pública IsDirty Gets or sets a value that indicates whether the underlying view’s database objects have changed.
Propriedade pública Levels Gets or sets the amount of levels in the view. Only used for LevelBased view formats.
Propriedade pública ModelId Gets or sets the model identifier of the view.
Propriedade pública VersionFlagId Gets or sets the version flag identifier of the data in the view (optional).
Propriedade pública VersionId Gets or sets the version identifier of the data in the view.
Propriedade pública ViewFormat Gets or sets the type of the data in the view.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido SetProperty<T> Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts