共用方式為


SPDatabase.SchemaVersionXml property

取得與此**[c]**衍生類別相關聯之結構描述版本資訊。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property SchemaVersionXml As String
    Get
'用途
Dim instance As SPDatabase
Dim value As String

value = instance.SchemaVersionXml
public string SchemaVersionXml { get; }

Property value

Type: System.String
含有資訊的 XML 格式的字串。

備註

當來電者取得SchemaVersionXml屬性時,它會列舉所有識別碼相關聯的SPDatabase衍生類別,此資料庫所在的伺服器陣列中升級序列呈現所定義的架構版本。若要擷取之結構描述版本識別碼從這兩個資料庫,也稱為目前的版本,以及升級序列中,也稱為目標版本清單相關聯的版本再嘗試SchemaVersionXml 。最後這個屬性會編譯轉換成 XML 格式的資訊,並向來電者會傳回字串。

此屬性的資訊可用來判斷是否為最新的資料庫,或需要升級。如果它沒有需要升級,資訊可用來判斷哪些順序有目前的版本與目標版本不符。

請參閱

參照

SPDatabase class

SPDatabase members

Microsoft.SharePoint.Administration namespace