言語

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認証に必要な文字列パスワード。

返品

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

注釈

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

usernameパラメータが設定されている場合、passwordパラメータも設定しなければなりません。

適用対象