Compartir a través de


ConnectionInfo.IntegratedSecurity Propiedad

Gets the integrated security status for the ConnectionInfo object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.IntegratedSecurity
An IntegratedSecurity object.

Vea también

Referencia

ConnectionInfo Clase

Espacio de nombres Microsoft.AnalysisServices