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.
Retrieves a Boolean value indicating whether a given connection string is complete.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsComplete As Boolean
Get
public override bool IsComplete { get; }
public:
virtual property bool IsComplete {
bool get () override;
}
abstract IsComplete : bool
override IsComplete : bool
override function get IsComplete () : boolean
Property Value
Type: System.Boolean
Returns true if the connection string is complete; otherwise returns false.
Implements
IDataConnectionProperties.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.
Overrides the IsComplete property.
.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.