AdoDotNetConnectionProperties.IsComplete Property
Gets a value indicating whether sufficient connection properties have been set for the connection string.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsComplete As Boolean
public virtual bool IsComplete { get; }
public:
virtual property bool IsComplete {
bool get ();
}
abstract IsComplete : bool with get
override IsComplete : bool with get
function get IsComplete () : boolean
Property Value
Type: System.Boolean
true if the connection string is complete; otherwise false.
Implements
IVsDataConnectionUIProperties.IsComplete
Remarks
A connection string is "complete" if it contains the elements necessary to successfully complete a valid connection to a specified data source object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.