ExtensionSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示传递扩展插件及其可配置的设置。
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
- 继承
-
ExtensionSettings
- 属性
注解
对象 ExtensionSettings 由 方法作为输出返回, GetSubscriptionProperties 并作为输入传递给 CreateSubscription 和 SetSubscriptionProperties 方法。
构造函数
ExtensionSettings() |
初始化 ExtensionSettings 类的新实例。 |
属性
Extension |
获取或设置传递扩展插件的名称。 |
ParameterValues |
获取或设置传递扩展插件的设置。 |