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 the collection of parameter sets associated with all of the tables in the scope.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public ReadOnly Property AdapterParameters As SqlSyncProviderAdapterParametersCollection
Get
'Usage
Dim instance As SqlSyncProviderScopeParameters
Dim value As SqlSyncProviderAdapterParametersCollection
value = instance.AdapterParameters
public SqlSyncProviderAdapterParametersCollection AdapterParameters { get; }
public:
property SqlSyncProviderAdapterParametersCollection^ AdapterParameters {
SqlSyncProviderAdapterParametersCollection^ get ();
}
member AdapterParameters : SqlSyncProviderAdapterParametersCollection
function get AdapterParameters () : SqlSyncProviderAdapterParametersCollection
Property Value
Type: Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParametersCollection
The collection of parameter sets associated with all of the tables in the scope.