IDataConnectionProperties.IsComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a Boolean value indicating whether the current set of connection property values provides sufficient information to open a connection to the data source.
public:
property bool IsComplete { bool get(); };
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean
Property Value
true if the connection properties are complete; otherwise, false.