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.
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
'Declaration
Public Overridable Sub Reset ( _
propertyName As String _
)
public virtual void Reset(
string propertyName
)
public:
virtual void Reset(
String^ propertyName
)
abstract Reset :
propertyName:string -> unit
override Reset :
propertyName:string -> unit
public function Reset(
propertyName : String
)
Parameters
- propertyName
Type: System.String
Name of the property to reset.
Implements
IDataConnectionProperties.Reset(String)
.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.