SPDatabaseServiceInstance.NormalizedDataSource property

Gets the names of the database server and database server instance.

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

Syntax

'Declaration
Public ReadOnly Property NormalizedDataSource As String
    Get
'Usage
Dim instance As SPDatabaseServiceInstance
Dim value As String

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

Property value

Type: System.String
A string that contains the database server and instance names in server\instance format, such as MyServer\Microsoft##SSEE.

See also

Reference

SPDatabaseServiceInstance class

SPDatabaseServiceInstance members

Microsoft.SharePoint.Administration namespace