Share via


AdoDotNetSourceInformation.RetrieveValue Method

Retrieves a value for a specified data source information property.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overrides Function RetrieveValue ( _
    propertyName As String _
) As Object
protected override Object RetrieveValue(
    string propertyName
)
protected:
virtual Object^ RetrieveValue(
    String^ propertyName
) override
abstract RetrieveValue : 
        propertyName:string -> Object  
override RetrieveValue : 
        propertyName:string -> Object
protected override function RetrieveValue(
    propertyName : String
) : Object

Parameters

  • propertyName
    Type: System.String

    The name of a data source information property.

Return Value

Type: System.Object
The value of the data source information property, or nulla null reference (Nothing in Visual Basic) if the property is not supported.

Remarks

This method is called for each property that exists and that is empty and retrieves the value of this property.

.NET Framework Security

See Also

Reference

AdoDotNetSourceInformation Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace