DbSnapshotInitializationTableStatistics.TableName Property
Gets the name of the table that was initialized.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property TableName As String
'Usage
Dim instance As DbSnapshotInitializationTableStatistics
Dim value As String
value = instance.TableName
public string TableName { get; }
public:
property String^ TableName {
String^ get ();
}
/** @property */
public String get_TableName ()
public function get TableName () : String
Property Value
The name of the table that was initialized.
See Also
Reference
DbSnapshotInitializationTableStatistics Class
DbSnapshotInitializationTableStatistics Members
Microsoft.Synchronization.Data Namespace