SPConfigDatabase.Name property

Obsolete. Gets the name of the configuration database in Microsoft SQL Server.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPConfigDatabase
Dim value As String

value = instance.Name
public string Name { get; }

Property value

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

See also

Reference

SPConfigDatabase class

SPConfigDatabase members

Microsoft.SharePoint.Administration namespace