ContentDatabaseSection.FailoverDatabaseServer Property
Gets a string that represents the database server to use in case of a failover to enable mirroring.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FailoverDatabaseServer As String
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As String
value = instance.FailoverDatabaseServer
instance.FailoverDatabaseServer = value
public string FailoverDatabaseServer { get; set; }
Property Value
Type: System.String
A string that represents the database server.