Rename 方法
Renames this object to the specified key and updates the storage. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Sub Rename ( _
newKey As SfcKey _
)
'用途
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
)
參數
- newKey
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that contains the new name.