次の方法で共有


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 ユーザー インターフェイスに表示される拡張機能のローカライズされた名前を取得します。 (IExtension から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Generate
パブリック メソッド ReGenerateModel
パブリック メソッド SetConfiguration 拡張機能にカスタム構成データを渡すために使用されます。 (IExtension から継承されています。)

先頭に戻る