Freigeben über


ModelMetadataClass-Klasse

The metadata class for metadata properties.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.ModelMetadataClass

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class ModelMetadataClass
'Usage
Dim instance As ModelMetadataClass
public sealed class ModelMetadataClass
public ref class ModelMetadataClass sealed
[<SealedAttribute>]
type ModelMetadataClass =  class end
public final class ModelMetadataClass

Der ModelMetadataClass-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Data type of the metadata property.
Öffentliche Eigenschaft Name Metadata property name.
Öffentliche Eigenschaft OwningType Owning ModelTypeClass for the ModelMetadataClass.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetValue<T> Returns the metadata property value.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.

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.SqlServer.Dac.Model-Namespace