Gets the model type of the object.
命名空間: Microsoft.SqlServer.Dac.Model
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public Property ObjectType As ModelTypeClass
Get
Private Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.Dac.Model.ModelTypeClass
The model type of the object.