다음을 통해 공유


TSqlObject.ObjectType 속성

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.

참고 항목

참조

TSqlObject 클래스

Microsoft.SqlServer.Dac.Model 네임스페이스