Freigeben über


ApplicationClass.RemoveFromDtsServer-Methode

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

Removes a package from the specified server.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Sub RemoveFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Usage
Dim instance As ApplicationClass 
Dim bstrPackagePath As String 
Dim bstrServerName As String

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

Parameter

  • bstrPackagePath
    Typ: System.String
    The fully qualified path of the package.
  • bstrServerName
    Typ: System.String
    The name of the server where the package is located.

Implementiert

IDTSApplication100.RemoveFromDtsServer(String, String)

Siehe auch

Verweis

ApplicationClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace