ExtensionSettings Class
Definition
表示传递扩展插件及其可配置的设置。Represents a delivery extension and its configurable settings.
public ref class ExtensionSettings
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ExtensionSettings
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ExtensionSettings = class
Public Class ExtensionSettings
- Inheritance
-
ExtensionSettings
- Attributes
Remarks
ExtensionSettings对象以输出方式返回 GetSubscriptionProperties ,并作为输入传递给 CreateSubscription 和 SetSubscriptionProperties 方法。An ExtensionSettings object is returned as output by the GetSubscriptionProperties method and passed as input to the CreateSubscription and SetSubscriptionProperties methods.
Constructors
ExtensionSettings() |
初始化 ExtensionSettings 类的新实例。Initializes a new instance of the ExtensionSettings class. |
Properties
Extension |
获取或设置传递扩展插件的名称。Gets or sets the name of the delivery extension. |
ParameterValues |
获取或设置传递扩展插件的设置。Gets or sets the settings for a delivery extension. |