SqlSyncProviderAdapterParametersCollection.Item Property (String)

An indexer property that gets the parameters that are 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 ( _
    tableName As String _
) As SqlSyncProviderAdapterParameters
    Get
'Usage
Dim instance As SqlSyncProviderAdapterParametersCollection
Dim tableName As String
Dim value As SqlSyncProviderAdapterParameters

value = instance(tableName)
public SqlSyncProviderAdapterParameters this[
    string tableName
] { get; }
public:
property SqlSyncProviderAdapterParameters^ default[String^ tableName] {
    SqlSyncProviderAdapterParameters^ get (String^ tableName);
}
member Item : SqlSyncProviderAdapterParameters
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • tableName
    Type: System.String
    The name of the table to look up.

Property Value

Type: Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParameters
Returns the parameters that are associated with the table specified by tableName.

See Also

Reference

SqlSyncProviderAdapterParametersCollection Class

Item Overload

Microsoft.Synchronization.Data.SqlServer Namespace