IDataConnectionProperties.Remove Method (String)

 

Removes a custom property from a specified set of data connection properties.

Namespace:   Microsoft.Data.ConnectionUI
Assembly:  Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)

Syntax

void Remove(
    string propertyName
)
void Remove(
    String^ propertyName
)
abstract Remove : 
        propertyName:string -> unit
Sub Remove (
    propertyName As String
)

Parameters

  • propertyName
    Type: System.String

    Name of the custom property to be removed.

Exceptions

Exception Condition
ArgumentNullException

The propertyName parameter is null.

See Also

IDataConnectionProperties Interface
Microsoft.Data.ConnectionUI Namespace

Return to top