ISfcCollection.Rename Método
Renames the specified SfcInstance object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Sub Rename ( _
sfcInstance As SfcInstance, _
newKey As SfcKey _
)
'Uso
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
)
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.