Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renames this object to the specified key and updates the storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Sub Rename ( _
newKey As SfcKey _
)
'Usage
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
)
Parameters
- newKey
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that contains the new name.