Compartir a través de


SqlOlapConnectionInfoBase.IntegratedSecurityInternal Propiedad

Gets or sets the Boolean property value that specifies whether the connection supports integrated security.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Protected Property IntegratedSecurityInternal As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that specifies whether the connection supports integrated security.If True, the connection supports integrated security.If False (default), the connection does not support integrated security.

Vea también

Referencia

SqlOlapConnectionInfoBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Common