Méthode RemoveFromDtsServer
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see Application.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Sub RemoveFromDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
)
'Utilisation
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
)
Paramètres
- bstrPackagePath
Type : System. . :: . .String
- bstrServerName
Type : System. . :: . .String
Implémente
IDTSApplication100. . :: . .RemoveFromDtsServer(String, String)