Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'Usage
Dim instance As DbSnapshotInitializationTableStatistics
Dim value As String
value = instance.TableName
public string TableName { get; }
public:
property String^ TableName {
String^ get ();
}
member TableName : string
function get TableName () : String
Property Value
Type: System.String
The name of the table that was initialized.