다음을 통해 공유


ApplicationClass.SetPackageRoles 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Sets the database roles that have read access and write access to the package.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Public Overridable Sub SetPackageRoles ( _
    bstrServerName As String, _
    bstrPackagePath As String, _
    bstrReaderRole As String, _
    bstrWriterRole As String _
)
‘사용 방법
Dim instance As ApplicationClass 
Dim bstrServerName As String 
Dim bstrPackagePath As String 
Dim bstrReaderRole As String 
Dim bstrWriterRole As String

instance.SetPackageRoles(bstrServerName, _
    bstrPackagePath, bstrReaderRole, _
    bstrWriterRole)
public virtual void SetPackageRoles(
    string bstrServerName,
    string bstrPackagePath,
    string bstrReaderRole,
    string bstrWriterRole
)
public:
virtual void SetPackageRoles(
    [InAttribute] String^ bstrServerName, 
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrReaderRole, 
    [InAttribute] String^ bstrWriterRole
)
abstract SetPackageRoles : 
        bstrServerName:string * 
        bstrPackagePath:string * 
        bstrReaderRole:string * 
        bstrWriterRole:string -> unit  
override SetPackageRoles : 
        bstrServerName:string * 
        bstrPackagePath:string * 
        bstrReaderRole:string * 
        bstrWriterRole:string -> unit
public function SetPackageRoles(
    bstrServerName : String, 
    bstrPackagePath : String, 
    bstrReaderRole : String, 
    bstrWriterRole : String
)

매개 변수

  • bstrServerName
    유형: System.String
    Specifies the name and instance of the server that contains the package.
  • bstrPackagePath
    유형: System.String
    Specifies the name of the package.
  • bstrReaderRole
    유형: System.String
    Specifies a role to have read access.
  • bstrWriterRole
    유형: System.String
    Specifies a role to have write access.

구현

IDTSApplication100.SetPackageRoles(String, String, String, String)

참고 항목

참조

ApplicationClass 클래스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스