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 SyncSchemaTable 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 ( _
name As String _
) As SyncSchemaTable
'Usage
Dim instance As SyncSchemaTables
Dim name As String
Dim value As SyncSchemaTable
value = instance(name)
public SyncSchemaTable this [
string name
] { get; }
public:
property SyncSchemaTable^ default [String^] {
SyncSchemaTable^ get (String^ name);
}
/** @property */
public SyncSchemaTable get_Item (String name)
Parameters
- name
The name of the SyncSchemaTable object to return from the SyncSchemaTables collection.
Property Value
A SyncSchemaTable object with the specified name; otherwise a null reference if the object does not exist.
See Also
Reference
SyncSchemaTables Class
SyncSchemaTables Members
Microsoft.Synchronization.Data Namespace