Removes a natively recognized property.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Sub RemoveProperty ( _
name As String _
)
'使用
Dim name As String
Me.RemoveProperty(name)
protected void RemoveProperty(
string name
)
protected:
void RemoveProperty(
String^ name
)
protected function RemoveProperty(
name : String
)
Parameters
name
Type: System.StringThe name of a property to be removed.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
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
DataConnectionProperties Members