IVsDataConnectionProperties.Reset Method (String)
When implemented by a class, removes the specified property from the current set of data connection properties.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function Reset ( _
key As String _
) As Boolean
bool Reset(
string key
)
bool Reset(
String^ key
)
abstract Reset :
key:string -> bool
function Reset(
key : String
) : boolean
Parameters
key
Type: System.StringThe name of the property key for the property to be reset.
Return Value
Type: System.Boolean
true if the property is removed; false if the property is not found.
.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.
See Also
Reference
IVsDataConnectionProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace