다음을 통해 공유


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 매개 변수도 설정해야 합니다.

적용 대상