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
'Usage
Dim instance As IVsDataConnectionProperties
Dim key As String
Dim returnValue As Boolean
returnValue = instance.Reset(key)
bool Reset(
string key
)
bool Reset(
String^ key
)
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
IVsDataConnectionProperties Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace