Partilhar via


Propriedade do RDL IntegratedSecurity

Gets the integrated security status for the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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