Partager via


Méthode IDTSApplication100.RemoveFromDtsServer

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Removes a package from the specified server.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub RemoveFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Utilisation
Dim instance As IDTSApplication100 
Dim bstrPackagePath As String 
Dim bstrServerName As String

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

Paramètres

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

Voir aussi

Référence

IDTSApplication100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper