Assembly.ImpersonationInfo Property
Gets or sets the user credentials under which an assembly is run.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<XmlElementAttribute(IsNullable:=False)> _
Public Property ImpersonationInfo As ImpersonationInfo
[XmlElementAttribute(IsNullable=false)]
public ImpersonationInfo ImpersonationInfo { get; set; }
[XmlElementAttribute(IsNullable=false)]
public:
property ImpersonationInfo^ ImpersonationInfo {
ImpersonationInfo^ get ();
void set (ImpersonationInfo^ value);
}
/** @property */
public ImpersonationInfo get_ImpersonationInfo ()
/** @property */
public void set_ImpersonationInfo (ImpersonationInfo value)
public function get ImpersonationInfo () : ImpersonationInfo
public function set ImpersonationInfo (value : ImpersonationInfo)
Valore proprietà
An ImpersonationInfo object.
Osservazioni
In Microsoft SQL Server 2005 Analysis Services (SSAS), reference to an assembly is most often to a managed-code-based stored procedure.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Assembly Class
Assembly Members
Microsoft.AnalysisServices Namespace