Метод 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.