इसके माध्यम से साझा किया गया


ApplicationClass.RemoveFromDtsServer Method

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

For more information, see Application.

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
)

Parameters

Implements

IDTSApplication100.RemoveFromDtsServer(String, String)