Application.GetPackageRoles Method
Returns the database roles that have read access and write access to the package. Database roles apply only to packages stored in the SQL Server msdb database.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public void GetPackageRoles( string serverName, string packagePath, out string readerRole, out string writerRole )
Parameters
- serverName
- Type: System.String
Specify the name and instance of the server that contains the package.
- packagePath
- Type: System.String
Specify the name of the package.
- readerRole
- Type: System.String%
Returns the roles with read access.
- writerRole
- Type: System.String%
Returns the roles with write access.