Compartir a través de


Translation.KeyForCollection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Este miembro invalida ModelComponent.KeyForCollection y puede encontrar documentación más completa en este tema.

Gets the value of the key for the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Protected Friend Overrides ReadOnly Property KeyForCollection As String 
    Get
'Uso
Dim value As String 

value = Me.KeyForCollection
protected internal override string KeyForCollection { get; }
protected public:
virtual property String^ KeyForCollection {
    String^ get () override;
}
abstract KeyForCollection : string 
override KeyForCollection : string
override function get KeyForCollection () : String

Valor de la propiedad

Tipo: System.String
The name of the key.

Vea también

Referencia

Translation Clase

Espacio de nombres Microsoft.AnalysisServices