SPDatabase.Exists-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Datenbank vorhanden ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Exists As Boolean
Get
'Usage
Dim instance As SPDatabase
Dim value As Boolean
value = instance.Exists
public bool Exists { get; }
Eigenschaftswert
Typ: System.Boolean
true , wenn die Datenbank vorhanden ist; andernfalls false.