AdoDotNetSchemaReader.GetItem Method (String)

Retrieves a data item with a specified name.

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

Syntax

'Declaration
Public Overrides Function GetItem ( _
    name As String _
) As Object
public override Object GetItem(
    string name
)
public:
virtual Object^ GetItem(
    String^ name
) override
abstract GetItem : 
        name:string -> Object 
override GetItem : 
        name:string -> Object 
public override function GetItem(
    name : String
) : Object

Parameters

Return Value

Type: System.Object
Returns the string literal name by which to retrieve the data item.

.NET Framework Security

See Also

Reference

AdoDotNetSchemaReader Class

GetItem Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace

GetItem