Classe ExtensionSettings
Represents a delivery extension and its configurable settings.
Hierarquia de herança
System. . :: . .Object
ReportService2010..::..ExtensionSettings
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ExtensionSettings
'Uso
Dim instance As ExtensionSettings
[SerializableAttribute]
public class ExtensionSettings
[SerializableAttribute]
public ref class ExtensionSettings
[<SerializableAttribute>]
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.