Share via


IDTSApplication100.RemoveFromDtsServer Method

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ApplicationClass.

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

Syntax

'Declaration
Sub RemoveFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Usage
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
)

Parameters