Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringName 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.