Classe ExtensionSettings
Represents a delivery extension and its configurable settings.
Hierarquia de herança
System.Object
ReportService2005.ExtensionSettings
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Class ExtensionSettings
'Uso
Dim instance As ExtensionSettings
public class ExtensionSettings
public ref class ExtensionSettings
type ExtensionSettings = class end
public class ExtensionSettings
O tipo ExtensionSettings expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ExtensionSettings | Initializes a new instance of the ExtensionSettings class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Extension | Gets or sets name of the delivery extension. | |
ParameterValues | Gets or sets the settings for a delivery extension. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
An ExtensionSettings object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and passed as input to the CreateDataDrivenSubscription, CreateSubscription, SetDataDrivenSubscriptionProperties, and SetSubscriptionProperties methods.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.