Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a SyncTable object with the specified name from the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
tableName As String _
) As SyncTable
'Usage
Dim instance As SyncTableCollection
Dim tableName As String
Dim value As SyncTable
value = instance(tableName)
public SyncTable this [
string tableName
] { get; }
public:
property SyncTable^ default [String^] {
SyncTable^ get (String^ tableName);
}
/** @property */
public SyncTable get_Item (String tableName)
Parameters
- tableName
The table for which to get the SyncTable.
Property Value
A SyncTable object for the specified table.
See Also
Reference
SyncTableCollection Class
SyncTableCollection Members
Microsoft.Synchronization.Data Namespace