Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
public override bool IsComplete { get; }
public:
virtual property bool IsComplete {
bool get () override;
}
abstract IsComplete : bool with get
override IsComplete : bool with get
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.