Freigeben über


ExportView-Klasse

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.

Vererbungshierarchie

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

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

Syntax

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

Der ExportView-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExportView Initializes a new instance of the ExportView class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetProperty<T> Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace