Share via


ExportView-Klasse

Specifies information related to the user-created view within the MDS system.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..ExportView

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ExportView", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExportView _
    Implements IExtensibleDataObject
'Usage
Dim instance As ExportView
[DataContractAttribute(Name = "ExportView", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExportView : IExtensibleDataObject
[DataContractAttribute(Name = L"ExportView", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExportView : IExtensibleDataObject
[<DataContractAttribute(Name = "ExportView", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportView =  
    class
        interface IExtensibleDataObject
    end
public class ExportView implements IExtensibleDataObject

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 ID of the derived hierarhcy queried by the export view.
Öffentliche Eigenschaft EntityId Gets or sets the ID of the entity that is queried by the ExportView.
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft Identifier Gets or sets the ID of the ExportView.
Öffentliche Eigenschaft IsDirty Gets or sets a value that indicates whether the view needs to be re-created due to underlying metadata changes.
Öffentliche Eigenschaft Levels Gets or sets the number of hierarchy levels in the view if the view is a level-based hierarchy view.
Öffentliche Eigenschaft ModelId Gets or sets the ID of the model queried by the ExportView.
Öffentliche Eigenschaft VersionFlagId Gets or sets the ID of the version flag that is queried by the ExportView.
Öffentliche Eigenschaft VersionId Gets or sets the ID of the version that is queried by the ExportView.
Öffentliche Eigenschaft ViewFormat Gets or sets the simple type of the ExportView.

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.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

These views are created to provide simplified SQL access to the data stored in the MDS system in a number of common formats.

Threadsicherheit

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