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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "ExportView", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExportView _
    Inherits DataContractBase
'Utilisation
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

Le type ExportView expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ExportView Initializes a new instance of the ExportView class.

Haut de la page

Propriétés

  Nom Description
Propriété publique DerivedHierarchyId Gets or sets the identifier of the derived hierarchy for the view (optional).
Propriété publique EntityId Gets or sets the entity identifier of the view.
Propriété publique Identifier Gets or sets the identifier of the view (optional).
Propriété publique IsDirty Gets or sets a value that indicates whether the underlying view’s database objects have changed.
Propriété publique Levels Gets or sets the amount of levels in the view. Only used for LevelBased view formats.
Propriété publique ModelId Gets or sets the model identifier of the view.
Propriété publique VersionFlagId Gets or sets the version flag identifier of the data in the view (optional).
Propriété publique VersionId Gets or sets the version identifier of the data in the view.
Propriété publique ViewFormat Gets or sets the type of the data in the view.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts