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)
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