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.
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.String
Name 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.