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 names of the database server and database server instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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