Freigeben über


ApplicationClass.RemoveFolderFromDtsServer-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
Public Overridable Sub RemoveFolderFromDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
)
'Usage
Dim instance As ApplicationClass 
Dim bstrFolderName As String 
Dim bstrServerName As String

instance.RemoveFolderFromDtsServer(bstrFolderName, _
    bstrServerName)
public virtual void RemoveFolderFromDtsServer(
    string bstrFolderName,
    string bstrServerName
)
public:
virtual void RemoveFolderFromDtsServer(
    [InAttribute] String^ bstrFolderName, 
    [InAttribute] String^ bstrServerName
)
abstract RemoveFolderFromDtsServer : 
        bstrFolderName:string * 
        bstrServerName:string -> unit  
override RemoveFolderFromDtsServer : 
        bstrFolderName:string * 
        bstrServerName:string -> unit
public function RemoveFolderFromDtsServer(
    bstrFolderName : String, 
    bstrServerName : String
)

Parameter

  • bstrFolderName
    Typ: System.String
    The name of the folder to remove.
  • bstrServerName
    Typ: System.String
    The name of the server where the folder is located.

Implementiert

IDTSApplication100.RemoveFolderFromDtsServer(String, String)

Siehe auch

Verweis

ApplicationClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace