Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the name assigned to the data item at the specified index, if any.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Function GetItemName ( _
index As Integer _
) As String
public override string GetItemName(
int index
)
public:
virtual String^ GetItemName(
int index
) override
abstract GetItemName :
index:int -> string
override GetItemName :
index:int -> string
public override function GetItemName(
index : int
) : String
Parameters
- index
Type: System.Int32
The index of the data item for which to retrieve the name.
Return Value
Type: System.String
The name assigned to the data item at the index specified by the index parameter, or nulla null reference (Nothing in Visual Basic) if no name exists.
Implements
IVsDataReaderDescriptor.GetItemName(Int32)
.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.