Partilhar via


Propriedade do RDL TrustedUserHeader.UserToken

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

Gets or sets the user token associated with the header.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
Public Property UserToken As Byte()
    Get 
    Set
'Uso
Dim instance As TrustedUserHeader 
Dim value As Byte()

value = instance.UserToken

instance.UserToken = value
public byte[] UserToken { get; set; }
public:
property array<unsigned char>^ UserToken {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member UserToken : byte[] with get, set
function get UserToken () : byte[]
function set UserToken (value : byte[])

Valor da propriedade

Tipo: array<System.Byte[]
The user token.

Consulte também

Referência

TrustedUserHeader Classe

Namespace ReportExecution2005