Partager via


Propriété IntegratedSecurity

Indicates whether to use integrated security.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property IntegratedSecurity As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.