DatabaseStoreSettings.Database Property
Gets or sets the collection of database settings to configure the Search service application database.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Database As DatabaseSettings
Get
Set
'Usage
Dim instance As DatabaseStoreSettings
Dim value As DatabaseSettings
value = instance.Database
instance.Database = value
public DatabaseSettings Database { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.TopologyExport.DatabaseSettings
The object used to configure the database.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace