Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the normalized data source of the database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property NormalizedDataSource As String
Get
'Usage
Dim instance As SPDatabase
Dim value As String
value = instance.NormalizedDataSource
public string NormalizedDataSource { get; }
Type: System.String
The data source.
A normalized data source includes the SQL Server name and instance as a SQL string, for example "MySqlServer\Instance0". This is useful when building a connection string.