IVsDataConnection.IsLocked 属性

获取一个指示当前数据连接是否的值锁定。

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

语法

声明
ReadOnly Property IsLocked As Boolean
bool IsLocked { get; }
property bool IsLocked {
    bool get ();
}
abstract IsLocked : bool
function get IsLocked () : boolean

属性值

类型:System.Boolean
true ,如果锁,否则,false。

.NET Framework 安全性

请参见

参考

IVsDataConnection 接口

Microsoft.VisualStudio.Data.Services 命名空间