Compartilhar via


Método ModelComponentCollection.ChangeKey

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Changes the specified keys to the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Protected Friend Sub ChangeKey ( _
    oldKey As String, _
    newKey As String _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices