Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets or sets an IDbConnection object that is used to connect to the server database.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Property Connection As IDbConnection
Get
Set
'Usage
Dim instance As DbServerSyncProvider
Dim value As IDbConnection
value = instance.Connection
instance.Connection = value
public IDbConnection Connection { get; set; }
public:
property IDbConnection^ Connection {
IDbConnection^ get ();
void set (IDbConnection^ value);
}
member Connection : IDbConnection with get, set
function get Connection () : IDbConnection
function set Connection (value : IDbConnection)
Property Value
Type: System.Data.IDbConnection
An IDbConnection object that is used to connect to the server database.