BusinessLogicConnection.Database Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public ReadOnly Property Database As String
    Get
'Usage
Dim instance As BusinessLogicConnection
Dim value As String

value = instance.Database
public string Database { get; }
public:
virtual property String^ Database {
    String^ get () sealed;
}
abstract Database : string
override Database : string
final function get Database () : String

Property Value

Type: System.String

Implements

IDbConnection.Database