ApplicationClass.RemoveFromDtsServer Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Removes a package from the specified server.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Sub RemoveFromDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
)
'Uso
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
)
Parámetros
- bstrPackagePath
Tipo: System.String
The fully qualified path of the package.
- bstrServerName
Tipo: System.String
The name of the server where the package is located.
Implementa
IDTSApplication100.RemoveFromDtsServer(String, String)