StorageInfo.NewSqlStorage(String, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원래 또는 업그레이드된 패키지가 저장될 새 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
매개 변수도 설정해야 합니다.