Compartir a través de


IDTSApplication100.GetPackageRoles Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub GetPackageRoles ( _
    bstrServerName As String, _
    bstrPackagePath As String, _
    <OutAttribute> ByRef pbstrReaderRole As String, _
    <OutAttribute> ByRef pbstrWriterRole As String _
)
'Uso
Dim instance As IDTSApplication100 
Dim bstrServerName As String 
Dim bstrPackagePath As String 
Dim pbstrReaderRole As String 
Dim pbstrWriterRole As String

instance.GetPackageRoles(bstrServerName, _
    bstrPackagePath, pbstrReaderRole, _
    pbstrWriterRole)
void GetPackageRoles(
    string bstrServerName,
    string bstrPackagePath,
    out string pbstrReaderRole,
    out string pbstrWriterRole
)
void GetPackageRoles(
    [InAttribute] String^ bstrServerName, 
    [InAttribute] String^ bstrPackagePath, 
    [OutAttribute] String^% pbstrReaderRole, 
    [OutAttribute] String^% pbstrWriterRole
)
abstract GetPackageRoles : 
        bstrServerName:string * 
        bstrPackagePath:string * 
        pbstrReaderRole:string byref * 
        pbstrWriterRole:string byref -> unit
function GetPackageRoles(
    bstrServerName : String, 
    bstrPackagePath : String, 
    pbstrReaderRole : String, 
    pbstrWriterRole : String
)

Parámetros

  • bstrServerName
    Tipo: System.String
    Specifies the name and instance of the server that contains the package.
  • bstrPackagePath
    Tipo: System.String
    Specifies the name and path of the package.
  • pbstrReaderRole
    Tipo: System.String%
    When this method returns, contains the roles with read access. This parameter is passed uninitialized.
  • pbstrWriterRole
    Tipo: System.String%
    When this method returns, contains the roles with write access. This parameter is passed uninitialized.

Vea también

Referencia

IDTSApplication100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper