IVsDataConnectionDialog.UnspecifiedSource 属性

获取表示一个未指定的数据源的GUID。

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

语法

声明
ReadOnly Property UnspecifiedSource As Guid
Guid UnspecifiedSource { get; }
property Guid UnspecifiedSource {
    Guid get ();
}
abstract UnspecifiedSource : Guid
function get UnspecifiedSource () : Guid

属性值

类型:System.Guid
表示一个未指定的数据源的GUID。

备注

选中/更改数据源 对话框,包括可与任何集合注册的DDEX提供程序的 <other> 数据源是可能的。返回的 Guid 值允许客户端检查此未指定的数据源是否选中了。

.NET Framework 安全性

请参见

参考

IVsDataConnectionDialog 接口

Microsoft.VisualStudio.Data.Services 命名空间