Share via


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

    Name of the property to be reset.

Implements

IDataConnectionProperties.Reset(String)

Remarks

Overrides the Reset method.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Reset Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace