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
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that contains the new name.