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 collection of the names of tables from which changes will be selected.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As ReadOnlyCollection(Of String)
'Usage
Dim instance As DbSelectingChangesEventArgs
Dim value As ReadOnlyCollection(Of String)
value = instance.Tables
public ReadOnlyCollection<string> Tables { get; }
public:
property ReadOnlyCollection<String^>^ Tables {
ReadOnlyCollection<String^>^ get ();
}
/** @property */
public ReadOnlyCollection<String> get_Tables ()
public function get Tables () : ReadOnlyCollection<String>
Property Value
A collection of the names of tables from which changes will be selected.
See Also
Reference
DbSelectingChangesEventArgs Class
DbSelectingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace