Właściwość SqlOlapConnectionInfoBase.IntegratedSecurityInternal
Pobiera lub ustawia wartość logiczna wartości właściwość, która określa, czy połączenie obsługuje zintegrowanych zabezpieczeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Protected Property IntegratedSecurityInternal As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy obsługuje połączenia zintegrowanych zabezpieczeń.
Jeśli True, połączenie obsługuje zintegrowanych zabezpieczeń.
Jeśli FAŁSZ (domyślnie), połączenie nie obsługuje zabezpieczeń zintegrowanych.
Zobacz także