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