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.
Removes a property from the current connection property collection.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Function Remove ( _
key As String _
) As Boolean
public virtual bool Remove(
string key
)
public:
virtual bool Remove(
String^ key
)
abstract Remove :
key:string -> bool
override Remove :
key:string -> bool
public function Remove(
key : String
) : boolean
Parameters
key
Type: System.StringName of the property to be removed from the current set.
Return Value
Type: System.Boolean
true if the property is successfully removed; false if the property does not exist.
Implements
IDictionary<TKey, TValue>.Remove(TKey)
.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.