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

Voir aussi

Référence

ISfcRenamable Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc