Compartilhar via


Propriedade do RDL UserName

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

For more information, see RunningPackage.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property UserName As String
    Get
'Uso
Dim instance As IDTSRunningPackage100
Dim value As String

value = instance.UserName
string UserName { get; }
property String^ UserName {
    String^ get ();
}
abstract UserName : string
function get UserName () : String

Valor da propriedade

Tipo: System. . :: . .String