Méthode ModelComponentCollection.ChangeKey

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Changes the specified keys to the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Friend Sub ChangeKey ( _
    oldKey As String, _
    newKey As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ModelComponentCollection Classe

Espace de noms Microsoft.AnalysisServices