Classe ExtensionSettings
Represents a delivery extension and its configurable settings.
Hierarquia de herança
System.Object
ReportService2006.ExtensionSettings
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.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 the 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 GetSubscriptionProperties method and passed as input to the CreateSubscription 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.