Compartilhar via


Propriedade do RDL SqlOlapConnectionInfoBase.UseIntegratedSecurity

Obtém ou define o valor da propriedade booliana que especifica se a conexão usa a segurança integrada.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public Property UseIntegratedSecurity As Boolean 
    Get 
    Set
'Uso
Dim instance As SqlOlapConnectionInfoBase 
Dim value As Boolean 

value = instance.UseIntegratedSecurity

instance.UseIntegratedSecurity = value
public bool UseIntegratedSecurity { get; set; }
public:
property bool UseIntegratedSecurity {
    bool get ();
    void set (bool value);
}
member UseIntegratedSecurity : bool with get, set
function get UseIntegratedSecurity () : boolean 
function set UseIntegratedSecurity (value : boolean)

Valor da propriedade

Tipo: Boolean
Um valor Boolean que especifica se a conexão usa a segurança integrada.Se True, a conexão não usará a segurança integrada.Se False (padrão), a conexão usará a segurança integrada.

Consulte também

Referência

SqlOlapConnectionInfoBase Classe

Namespace Microsoft.SqlServer.Management.Common