Resets the value of a specified connection property to its initial state.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Overridable Sub Reset ( _
propertyName As String _
)
'使用
Dim instance As DataConnectionProperties
Dim propertyName As String
instance.Reset(propertyName)
public virtual void Reset(
string propertyName
)
public:
virtual void Reset(
String^ propertyName
)
public function Reset(
propertyName : String
)
Parameters
propertyName
Type: System.StringName of the property to reset.
Implements
IDataConnectionProperties.Reset(String)
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
DataConnectionProperties Class