Partilhar via


Método ISfcRenamable.Rename

Renames this object to the specified key and updates the storage. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Sub Rename ( _
    newKey As SfcKey _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ISfcRenamable Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc