Метод IDTSApplication100.RenameFolderOnDtsServer
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Renames a folder on the specified server.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub RenameFolderOnDtsServer ( _
bstrParent As String, _
bstrOldName As String, _
bstrNewName As String, _
bstrServerName As String _
)
'Применение
Dim instance As IDTSApplication100
Dim bstrParent As String
Dim bstrOldName As String
Dim bstrNewName As String
Dim bstrServerName As String
instance.RenameFolderOnDtsServer(bstrParent, _
bstrOldName, bstrNewName, bstrServerName)
void RenameFolderOnDtsServer(
string bstrParent,
string bstrOldName,
string bstrNewName,
string bstrServerName
)
void RenameFolderOnDtsServer(
[InAttribute] String^ bstrParent,
[InAttribute] String^ bstrOldName,
[InAttribute] String^ bstrNewName,
[InAttribute] String^ bstrServerName
)
abstract RenameFolderOnDtsServer :
bstrParent:string *
bstrOldName:string *
bstrNewName:string *
bstrServerName:string -> unit
function RenameFolderOnDtsServer(
bstrParent : String,
bstrOldName : String,
bstrNewName : String,
bstrServerName : String
)
Параметры
- bstrParent
Тип: System.String
The name of the parent folder.
- bstrOldName
Тип: System.String
The name of the existing folder.
- bstrNewName
Тип: System.String
The new name of the folder.
- bstrServerName
Тип: System.String
The name of the server where the folder is located.