StorageInfo.NewSqlStorage(String, String, String) メソッド

定義

元のパッケージまたはアップグレードされたパッケージが格納される新しい Microsoft SQL Server データベースを作成します。

public:
 static Microsoft::SqlServer::Dts::Runtime::StorageInfo ^ NewSqlStorage(System::String ^ host, System::String ^ username, System::String ^ password);
public static Microsoft.SqlServer.Dts.Runtime.StorageInfo NewSqlStorage (string host, string username, string password);
static member NewSqlStorage : string * string * string -> Microsoft.SqlServer.Dts.Runtime.StorageInfo
Public Shared Function NewSqlStorage (host As String, username As String, password As String) As StorageInfo

パラメーター

host
String

パッケージを格納するサーバーの名前。

username
String

認証SQL Serverユーザー名は、データベースに接続するために必要です。

password
String

SQL Server認証でデータベースに接続するために必要な文字列パスワード。

戻り値

StorageInfo SQL Server データベースを指定するオブジェクト。

注釈

パラメーターがusername設定されていない場合、Integration Services はWindows 認証を使用してサーバーに接続します。

username パラメーターを設定する場合は password パラメーターも設定する必要があります。

適用対象