Compartir a través de


CollectionItem.Key.ToString Método

Gets a string representation of the key for the purpose of a default comparison.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public Overrides Function ToString As String
'Uso
Dim instance As CollectionItem.Key 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Valor devuelto

Tipo: System.String
A String value that is the string representation of the key.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vea también

Referencia

CollectionItem.Key Clase

Espacio de nombres Microsoft.SqlServer.Management.Collector