แชร์ผ่าน


ISfcRenamable.Rename Method

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