Condividi tramite


Metodo Rename

Renames this object to the specified key and updates the storage. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Sub Rename ( _
    newKey As SfcKey _
)
'Utilizzo
Dim instance As ISfcRenamable
Dim newKey As SfcKey

instance.Rename(newKey)
void Rename(
    SfcKey newKey
)
void Rename(
    SfcKey^ newKey
)
abstract Rename : 
        newKey:SfcKey -> unit 
function Rename(
    newKey : SfcKey
)

Parametri