Share via


BdcServiceApplication.Database property

Gets the BDC database service object.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Database As BdcServiceDatabase
    Get
'Usage
Dim instance As BdcServiceApplication
Dim value As BdcServiceDatabase

value = instance.Database
public BdcServiceDatabase Database { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.SharedService.BdcServiceDatabase
The BDC database service object.

See also

Reference

BdcServiceApplication class

BdcServiceApplication members

Microsoft.SharePoint.BusinessData.SharedService namespace