Condividi tramite


Metodo ModelComponentCollection.ChangeKey

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Changes the specified keys to the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected Friend Sub ChangeKey ( _
    oldKey As String, _
    newKey As String _
)
'Utilizzo
Dim oldKey As String 
Dim newKey As String 

Me.ChangeKey(oldKey, newKey)
protected internal void ChangeKey(
    string oldKey,
    string newKey
)
protected public:
void ChangeKey(
    String^ oldKey, 
    String^ newKey
)
member ChangeKey : 
        oldKey:string * 
        newKey:string -> unit
function ChangeKey(
    oldKey : String, 
    newKey : String
)

Parametri

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices