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.
Reverts a property value to its initial value.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides Sub Reset ( _
propertyName As String _
)
public override void Reset(
string propertyName
)
public:
virtual void Reset(
String^ propertyName
) override
abstract Reset :
propertyName:string -> unit
override Reset :
propertyName:string -> unit
public override function Reset(
propertyName : String
)
Parameters
- propertyName
Type: System.String
Name of the property to be reset.
Implements
IDataConnectionProperties.Reset(String)
Remarks
Overrides the Reset 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.