IDTSApplication150.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:
void SetPackageRoles(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReaderRole, System::String ^ bstrWriterRole);
[System.Runtime.InteropServices.DispId(63)]
public void SetPackageRoles (string bstrServerName, string bstrPackagePath, string bstrReaderRole, string bstrWriterRole);
[<System.Runtime.InteropServices.DispId(63)>]
abstract member SetPackageRoles : string * string * string * string -> unit
Public 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