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.StringThe 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
- 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.