Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes the specified folder from the specified server.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub RemoveFolderFromDtsServer ( _
bstrFolderName As String, _
bstrServerName As String _
)
'Usage
Dim instance As IDTSApplication100
Dim bstrFolderName As String
Dim bstrServerName As String
instance.RemoveFolderFromDtsServer(bstrFolderName, _
bstrServerName)
void RemoveFolderFromDtsServer(
string bstrFolderName,
string bstrServerName
)
void RemoveFolderFromDtsServer(
[InAttribute] String^ bstrFolderName,
[InAttribute] String^ bstrServerName
)
abstract RemoveFolderFromDtsServer :
bstrFolderName:string *
bstrServerName:string -> unit
function RemoveFolderFromDtsServer(
bstrFolderName : String,
bstrServerName : String
)
Parameters
- bstrFolderName
Type: System.String
The name of the folder to remove.
- bstrServerName
Type: System.String
The name of the server where the folder is located.