Proprietà TrustedUserHeader.UserToken
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the user token associated with the header.
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Property UserToken As Byte()
Get
Set
'Utilizzo
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[])
Valore proprietà
Tipo: array<System.Byte[]
The user token.