Compartir a través de


ChangeKey Método

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

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

Sintaxis

'Declaración
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