Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value that indicates whether the integrated security is use.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property IntegratedSecurity As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the integrated security is use; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel