Reverts a property value to its initial value.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Overrides Sub Reset ( _
propertyName As String _
)
'使用
Dim instance As AdoDotNetConnectionProperties
Dim propertyName As String
instance.Reset(propertyName)
public override void Reset(
string propertyName
)
public:
virtual void Reset(
String^ propertyName
) override
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.
Permissions
- 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.
See Also
Reference
AdoDotNetConnectionProperties Class