Metodo GetPackageRoles

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

For more information, see ApplicationClass.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub GetPackageRoles ( _
    bstrServerName As String, _
    bstrPackagePath As String, _
    <OutAttribute> ByRef pbstrReaderRole As String, _
    <OutAttribute> ByRef pbstrWriterRole As String _
)
'Utilizzo
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
)

Parametri