SPEvaluatorModeProvisioner.DatabaseInstanceName Property

Gets or sets the name of the database instance where the content database is to be created.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property DatabaseInstanceName As String
    Get
    Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String

value = instance.DatabaseInstanceName

instance.DatabaseInstanceName = value
public string DatabaseInstanceName { get; set; }

Property Value

Type: System.String
A string that contains the name of the database instance.

Remarks

If you do not set the DatabaseInstanceName property, Microsoft SharePoint Foundation implements a default name for a database instance.

See Also

Reference

SPEvaluatorModeProvisioner Class

SPEvaluatorModeProvisioner Members

Microsoft.SharePoint Namespace