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