Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelTypeClass
The model type of the object.