IntegratedSecurityInternal 속성
Gets or sets the Boolean property value that specifies whether the connection supports integrated security.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Protected Property IntegratedSecurityInternal As Boolean
Get
Set
‘사용 방법
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)
속성 값
유형: 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.