SPContentDatabase.ExistsInFarm property
取得一個值,指出伺服器陣列中是否存在的內容資料庫。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ExistsInFarm As Boolean
Get
'用途
Dim instance As SPContentDatabase
Dim value As Boolean
value = instance.ExistsInFarm
public bool ExistsInFarm { get; }
Property value
Type: System.Boolean
true中在伺服器陣列 ; 資料庫存在false否則。
備註
將內容資料庫之伺服器陣列中可以存在,但不是會附加至伺服器陣列,其內的網站集合的孤立的這種情況下。依實用性, ExistsInFarmtrue值意味著您可以將 (這也是SPContentDatabase物件的Id屬性的值) 的內容資料庫 GUID 傳遞給GetObject(Guid)方法,而且即使IsAttachedToFarm屬性是false,則會傳回內容資料庫的參照。