IVsDataConnectionUIProperties.IsComplete 属性

定义

当由类实现时,获取一个值,该值指示给定的连接字符串是否已完成。

public:
 property bool IsComplete { bool get(); };
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean

属性值

Boolean

如果连接字符串已完成,则为 true;否则为 false。

适用于