IVsDataViewConnectionNodeInfo.ObjectType 属性

获取当前连接节点表示的数据对象的类型。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property ObjectType As IVsDataObjectType
IVsDataObjectType ObjectType { get; }
property IVsDataObjectType^ ObjectType {
    IVsDataObjectType^ get ();
}
abstract ObjectType : IVsDataObjectType
function get ObjectType () : IVsDataObjectType

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataObjectType
IVsDataObjectType 对象作为在当前连接节点表示的数据对象的类型。

.NET Framework 安全性

请参见

参考

IVsDataViewConnectionNodeInfo 接口

Microsoft.VisualStudio.Data.Services 命名空间