다음을 통해 공유


IntegratedSecurity 속성

Indicates whether to use integrated security.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property IntegratedSecurity As Boolean
    Get
    Set
‘사용 방법
Dim instance As ConnectionProperties
Dim value As Boolean

value = instance.IntegratedSecurity

instance.IntegratedSecurity = value
public bool IntegratedSecurity { get; set; }
public:
property bool IntegratedSecurity {
    bool get ();
    void set (bool value);
}
member IntegratedSecurity : bool with get, set
function get IntegratedSecurity () : boolean
function set IntegratedSecurity (value : boolean)

속성 값

유형: System. . :: . .Boolean
A Boolean value.