Compartir a través de


ModelComponent.KeyForCollection Propiedad

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

Gets the key used in the collection.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: System.String
The key used in the collection.

Vea también

Referencia

ModelComponent Clase

Espacio de nombres Microsoft.AnalysisServices