Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Renames a folder.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Применение
Dim instance As CatalogFolder
Dim newKey As SfcKey
CType(instance, ISfcRenamable).Rename(newKey)
void ISfcRenamable.Rename(
SfcKey newKey
)
private:
virtual void Rename(
SfcKey^ newKey
) sealed = ISfcRenamable::Rename
private abstract Rename :
newKey:SfcKey -> unit
private override Rename :
newKey:SfcKey -> unit
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- newKey
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key used.
Реализует
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices