共用方式為


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.