Partager via


Propriété SqlOlapConnectionInfoBase.IntegratedSecurityInternal

Obtient ou définit la valeur de propriété booléenne qui spécifie si la connexion prend en charge la sécurité intégrée.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Protected Property IntegratedSecurityInternal As Boolean 
    Get 
    Set
'Utilisation
Dim value As Boolean 

value = Me.IntegratedSecurityInternal 

Me.IntegratedSecurityInternal = value
protected bool IntegratedSecurityInternal { get; set; }
protected:
property bool IntegratedSecurityInternal {
    bool get ();
    void set (bool value);
}
member IntegratedSecurityInternal : bool with get, set
function get IntegratedSecurityInternal () : boolean 
function set IntegratedSecurityInternal (value : boolean)

Valeur de propriété

Type : Boolean
Valeur Boolean qui spécifie si la connexion prend en charge la sécurité intégrée.Si la valeur est True, la connexion prend en charge la sécurité intégrée.Si la valeur est False (valeur par défaut), la connexion ne prend pas en charge la sécurité intégrée.

Voir aussi

Référence

SqlOlapConnectionInfoBase Classe

Espace de noms Microsoft.SqlServer.Management.Common