共用方式為


ISemanticModelGenerator 介面

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

語法

'宣告
Public Interface ISemanticModelGenerator _
    Inherits IExtension
'用途
Dim instance As ISemanticModelGenerator
public interface ISemanticModelGenerator : IExtension
public interface class ISemanticModelGenerator : IExtension
type ISemanticModelGenerator =  
    interface
        interface IExtension
    end
public interface ISemanticModelGenerator extends IExtension

ISemanticModelGenerator 型別公開下列成員。

屬性

  名稱 說明
公用屬性 LocalizedName Gets the localized name of the extension to be displayed in a user interface. (繼承自 IExtension。)

上層

方法

  名稱 說明
公用方法 Generate
公用方法 ReGenerateModel
公用方法 SetConfiguration Used to pass custom configuration data to an extension. (繼承自 IExtension。)

上層