Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
public virtual bool IsComplete { get; }
public:
virtual property bool IsComplete {
bool get ();
}
abstract IsComplete : bool
override IsComplete : bool
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.