Método SfcCollection<T, K, ParentT>.ISfcCollection.Rename
Renames the specified object. 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
Private Sub Rename ( _
sfcInstance As SfcInstance, _
newKey As SfcKey _
) Implements ISfcCollection.Rename
'Uso
Dim instance As SfcCollection
Dim sfcInstance As SfcInstance
Dim newKey As SfcKey
CType(instance, ISfcCollection).Rename(sfcInstance, _
newKey)
void ISfcCollection.Rename(
SfcInstance sfcInstance,
SfcKey newKey
)
private:
virtual void Rename(
SfcInstance^ sfcInstance,
SfcKey^ newKey
) sealed = ISfcCollection::Rename
private abstract Rename :
sfcInstance:SfcInstance *
newKey:SfcKey -> unit
private override Rename :
sfcInstance:SfcInstance *
newKey:SfcKey -> unit
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to rename.
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key for the object.
Implementa
ISfcCollection.Rename(SfcInstance, SfcKey)