Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the string literal name of the data item at the specified index.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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
Index into the field specifying the data item for which to retrieve the item name.
Return Value
Type: System.String
Returns the name of the data item at the specified index.
.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.