IntegratedSecurity 속성
Indicates whether the connection should use integrated security rather than supply a username and password.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
구문
‘선언
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.