IntegratedSecurity 속성
Indicates whether the connection should use integrated security rather than supply a username and password.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
구문
‘선언
Property IntegratedSecurity As Boolean
Get
Set
‘사용 방법
Dim instance As IDbConnectionExtension
Dim value As Boolean
value = instance.IntegratedSecurity
instance.IntegratedSecurity = value
bool IntegratedSecurity { get; set; }
property bool IntegratedSecurity {
bool get ();
void set (bool value);
}
abstract IntegratedSecurity : bool with get, set
function get IntegratedSecurity () : boolean
function set IntegratedSecurity (value : boolean)
속성 값
형식: System. . :: . .Boolean
A value of true if the connection should use integrated security for authentication; otherwise, false.