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 the setting values for the current extension.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Sintaxis
'Declaración
ReadOnly Property ServerSettings As Setting()
Setting[] ServerSettings { get; }
property array<Setting^>^ ServerSettings {
array<Setting^>^ get ();
}
/** @property */
Setting[] get_ServerSettings ()
function get ServerSettings () : Setting[]
Valor de propiedad
An array of Setting objects.
Notas
This property is intended to be used only in delivery extension user interfaces. It enables the extension to retrieve any setting information from the report server database for the current extension.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IDeliveryReportServerInformation Interface
IDeliveryReportServerInformation Members
Microsoft.ReportingServices.Interfaces Namespace