DbSyncTableDescriptionCollection.Item Property (String)
Gets a DbSyncTableDescription 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 ( _
globalTableName As String _
) As DbSyncTableDescription
'Usage
Dim instance As DbSyncTableDescriptionCollection
Dim globalTableName As String
Dim value As DbSyncTableDescription
value = instance(globalTableName)
public DbSyncTableDescription this [
string globalTableName
] { get; }
public:
property DbSyncTableDescription^ default [String^] {
DbSyncTableDescription^ get (String^ globalTableName);
}
/** @property */
public DbSyncTableDescription get_Item (String globalTableName)
Parameters
- globalTableName
The name of the table to add to the collection.
Property Value
A DbSyncTableDescription object.
See Also
Reference
DbSyncTableDescriptionCollection Class
DbSyncTableDescriptionCollection Members
Microsoft.Synchronization.Data Namespace