Método SfcInstance.RenameImpl
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
Protected Sub RenameImpl ( _
newKey As SfcKey _
)
'Uso
Dim newKey As SfcKey
Me.RenameImpl(newKey)
protected void RenameImpl(
SfcKey newKey
)
protected:
void RenameImpl(
SfcKey^ newKey
)
member RenameImpl :
newKey:SfcKey -> unit
protected function RenameImpl(
newKey : SfcKey
)
Parâmetros
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key.