Méthode ISfcRenamable.Rename
Renames this object to the specified key and updates the storage. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Sub Rename ( _
newKey As SfcKey _
)
'Utilisation
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
)
Paramètres
- newKey
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that contains the new name.