IDTSApplication100.RenameFolderOnDtsServer Method
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ApplicationClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub RenameFolderOnDtsServer ( _
bstrParent As String, _
bstrOldName As String, _
bstrNewName As String, _
bstrServerName As String _
)
'Usage
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
)
Parameters
- bstrParent
Type: System.String
- bstrOldName
Type: System.String
- bstrNewName
Type: System.String
- bstrServerName
Type: System.String