共用方式為


SPHealthReportCreationData members

Include protected members
Include inherited members

代表用來建立狀況報告的資料。

The SPHealthReportCreationData type exposes the following members.

Constructors

  Name Description
Public method SPHealthReportCreationData() 初始化SPHealthReportCreationData類別的新執行個體。
Public method SPHealthReportCreationData(String, String) 初始化SPHealthReportCreationData類別名稱報表與 SQL 查詢為基礎的新執行個體。
Public method SPHealthReportCreationData(String, String, Boolean) 初始化報表和是預存程序的 SQL 查詢的名稱為基礎的SPHealthReportCreationData類別的新執行個體。
Public method SPHealthReportCreationData(String, String, Boolean, Boolean, Boolean, Boolean, Boolean) 初始化為基礎的報告與 SQL 查詢,以指定的參數是預存程序名稱的SPHealthReportCreationData類別的新執行個體。
Public method SPHealthReportCreationData(String, String, Boolean, Boolean, Boolean, Boolean, Boolean, List<String>) 初始化為基礎的報表,以指定的參數是預存程序的 SQL 查詢的名稱和欄的清單, SPHealthReportCreationData類別的新執行個體。

Top

Properties

  Name Description
Public property ColumnNames 取得或設定要用於報表的欄名稱。
Public property IsStoreProcedure 取得或設定 Boolean 值,指出是否查詢是預存程序。
Public property Name 取得或設定報表的名稱。
Public property Query 取得或設定 SQL select 陳述式或預存程序用來產生報表。
Public property RowLimit 取得或設定報表所傳回的列數上限。
Public property SupportLogTime 取得或設定 Boolean 值,指出查詢是否支援 @StartTime 和 @EndTime 參數指出的記錄時間範圍。
Public property SupportMachineName 取得或設定 Boolean 值,指出查詢是否支援 @MachineName 參數可識別伺服器陣列中的伺服器。
Public property SupportMaxRows 取得或設定 Boolean 值,指出查詢是否支援 @MaxRows 參數,以指出要傳回的列數上限。
Public property SupportSelectWebApplication 取得或設定 Boolean 值,指出查詢是否支援 @WebApplicationId 參數代表 Web 應用程式的 GUID。
Public property UpgradedPersistedProperties 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.)

Top

請參閱

參照

SPHealthReportCreationData class

Microsoft.SharePoint.Administration namespace