ApplicationClass.SetPackageRoles(String, String, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지에 대한 읽기 및 쓰기 권한을 가진 데이터베이스 역할을 설정합니다.
public:
virtual void SetPackageRoles(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReaderRole, System::String ^ bstrWriterRole) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::SetPackageRoles;
public:
virtual void SetPackageRoles(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReaderRole, System::String ^ bstrWriterRole) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::SetPackageRoles;
[System.Runtime.InteropServices.DispId(63)]
public virtual void SetPackageRoles (string bstrServerName, string bstrPackagePath, string bstrReaderRole, string bstrWriterRole);
[<System.Runtime.InteropServices.DispId(63)>]
abstract member SetPackageRoles : string * string * string * string -> unit
override this.SetPackageRoles : string * string * string * string -> unit
Public Overridable Sub SetPackageRoles (bstrServerName As String, bstrPackagePath As String, bstrReaderRole As String, bstrWriterRole As String)
매개 변수
- bstrServerName
- String
패키지가 포함된 서버의 이름과 인스턴스를 지정합니다.
- bstrPackagePath
- String
패키지의 이름을 지정합니다.
- bstrReaderRole
- String
읽기 액세스 권한을 부여할 역할을 지정합니다.
- bstrWriterRole
- String
쓰기 액세스 권한을 부여할 역할을 지정합니다.
구현
- 특성