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.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides Sub Remove ( _
propertyName As String _
)
public override void Remove(
string propertyName
)
public:
virtual void Remove(
String^ propertyName
) override
abstract Remove :
propertyName:string -> unit
override Remove :
propertyName:string -> unit
public override function Remove(
propertyName : String
)
Parameters
- propertyName
Type: System.String
Name of the property to be removed from the current set.
Implements
IDataConnectionProperties.Remove(String)
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The propertyName parameter is null. |
Remarks
Overrides the Remove method.
.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.