Partager via


Méthode ISfcCollection.Rename

Renames the specified SfcInstance object. 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 ( _
    sfcInstance As SfcInstance, _
    newKey As SfcKey _
)
'Utilisation
Dim instance As ISfcCollection 
Dim sfcInstance As SfcInstance 
Dim newKey As SfcKey

instance.Rename(sfcInstance, newKey)
void Rename(
    SfcInstance sfcInstance,
    SfcKey newKey
)
void Rename(
    SfcInstance^ sfcInstance, 
    SfcKey^ newKey
)
abstract Rename : 
        sfcInstance:SfcInstance * 
        newKey:SfcKey -> unit
function Rename(
    sfcInstance : SfcInstance, 
    newKey : SfcKey
)

Paramètres

Voir aussi

Référence

ISfcCollection Interface

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