Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the model type of the object.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property ObjectType As ModelTypeClass
Get
Private Set
'Usage
Dim instance As TSqlObject
Dim value As ModelTypeClass
value = instance.ObjectType
public ModelTypeClass ObjectType { get; private set; }
public:
property ModelTypeClass^ ObjectType {
ModelTypeClass^ get ();
private: void set (ModelTypeClass^ value);
}
member ObjectType : ModelTypeClass with get, private set
function get ObjectType () : ModelTypeClass
private function set ObjectType (value : ModelTypeClass)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dac.Model.ModelTypeClass
The model type of the object.