Freigeben über


AdoDotNetSourceInformation.RetrieveValue(String) Method

Definition

Retrieves a value for a specified data source information property.

protected:
 override System::Object ^ RetrieveValue(System::String ^ propertyName);
protected override object RetrieveValue (string propertyName);
override this.RetrieveValue : string -> obj
Protected Overrides Function RetrieveValue (propertyName As String) As Object

Parameters

propertyName
String

The name of a data source information property.

Returns

The value of the data source information property, or null if the property is not supported.

Applies to