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.