ApplicationClass.SetPackageRoles(String, String, String, String) Método

Definição

Define as funções de banco de dados que têm acesso de leitura e de gravação ao pacote.

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)

Parâmetros

bstrServerName
String

Especifica o nome e a instância do servidor que contém o pacote.

bstrPackagePath
String

Especifica o nome do pacote.

bstrReaderRole
String

Especifica uma função para ter acesso de leitura.

bstrWriterRole
String

Especifica uma função para ter acesso de gravação.

Implementações

Atributos

Aplica-se a