Rename Método
Renames this object to the specified key and updates the storage. 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 ( _
newKey As SfcKey _
)
'Uso
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
)
Parámetros
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that contains the new name.
Vea también