Retrieves a data item with a specified name.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Overrides Function GetItem ( _
name As String _
) As Object
'使用
Dim instance As AdoDotNetSchemaReader
Dim name As String
Dim returnValue As Object
returnValue = instance.GetItem(name)
public override Object GetItem(
string name
)
public:
virtual Object^ GetItem(
String^ name
) override
public override function GetItem(
name : String
) : Object
Parameters
name
Type: System.StringName of the data item to retrieve.
Return Value
Type: System.Object
Returns the string literal name by which to retrieve the data item.
Permissions
- 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.