ApplicationClass.SetPackageRoles(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void SetPackageRoles(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReaderRole, System::String ^ bstrWriterRole) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::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)
Parameters
- bstrServerName
- String
- bstrPackagePath
- String
- bstrReaderRole
- String
- bstrWriterRole
- String
Implements
- Attributes