Udostępnij za pośrednictwem


DataSourceInformation.RetrieveValue(String) Method

Definition

Retrieves a value for a specified data source information property.

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

Parameters

propertyName
String

The name of the property whose value is to be retrieved.

Returns

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

Exceptions

The propertyName parameter is null.

Applies to