DatabaseSettings.FullName Property
Gets the full name of the database.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property FullName As String
Get
'Usage
Dim instance As DatabaseSettings
Dim value As String
value = instance.FullName
public string FullName { get; }
Property Value
Type: System.String
The full name of the database in the form of ServerName\InstanceName\DatabaseName.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace