Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

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

Nel tipo ExportView sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ExportView Initializes a new instance of the ExportView class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts