AdoDotNetConnectionProperties.Reset Method (String)
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.StringName 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.