Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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

El tipo ExportView expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ExportView Initializes a new instance of the ExportView class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts