Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the integrated security status for the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity
Get
'Usage
Dim instance As ConnectionInfo
Dim value As IntegratedSecurity
value = instance.IntegratedSecurity
public IntegratedSecurity IntegratedSecurity { get; }
public:
property IntegratedSecurity IntegratedSecurity {
IntegratedSecurity get ();
}
member IntegratedSecurity : IntegratedSecurity
function get IntegratedSecurity () : IntegratedSecurity
Property Value
Type: Microsoft.AnalysisServices.IntegratedSecurity
An IntegratedSecurity object.