言語

ApplicationClass.RemoveFromSQLServer(String, String, String, String) メソッド

定義

指定されたSQL Serverインスタンスからパッケージを削除します。

public:
 virtual void RemoveFromSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::RemoveFromSQLServer;
public:
 virtual void RemoveFromSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::RemoveFromSQLServer;
[System.Runtime.InteropServices.DispId(11)]
public virtual void RemoveFromSQLServer(string bstrPackagePath, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member RemoveFromSQLServer : string * string * string * string -> unit
override this.RemoveFromSQLServer : string * string * string * string -> unit
Public Overridable Sub RemoveFromSQLServer (bstrPackagePath As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String)

パラメーター

bstrPackagePath
String

取り出すべき荷物の名前。

bstrServerName
String

SQL Server のインスタンスの名前です。

bstrServerUserName
String

サーバーに対して認証する際に使うユーザー名。

bstrServerPassword
String

パスワードは bstrServerUserName アカウントに関連付けられています。

実装

属性

適用対象