Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An indexer property that gets the SqlSyncProviderAdapterConfiguration object that is associated with the specified table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
globalTableName As String _
) As SqlSyncProviderAdapterConfiguration
Get
'Usage
Dim instance As SqlSyncProviderAdapterConfigurationCollection
Dim globalTableName As String
Dim value As SqlSyncProviderAdapterConfiguration
value = instance(globalTableName)
public SqlSyncProviderAdapterConfiguration this[
string globalTableName
] { get; }
public:
property SqlSyncProviderAdapterConfiguration^ default[String^ globalTableName] {
SqlSyncProviderAdapterConfiguration^ get (String^ globalTableName);
}
member Item : SqlSyncProviderAdapterConfiguration
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- globalTableName
Type: System.String
The name of the table to look up.
Property Value
Type: Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfiguration
The SqlSyncProviderAdapterConfiguration object that is associated with globalTableName. Returns null reference (Nothing in Visual Basic) if the specified table is not found.