Freigeben über


DacDataProgressMessage.TableName-Eigenschaft

The name of the table whose progress is being reported.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property TableName As String 
    Get
'Usage
Dim instance As DacDataProgressMessage 
Dim value As String 

value = instance.TableName
public string TableName { get; }
public:
property String^ TableName {
    String^ get ();
}
member TableName : string
function get TableName () : String

Eigenschaftswert

Typ: System.String
The table name.

Siehe auch

Verweis

DacDataProgressMessage Klasse

Microsoft.SqlServer.Dac-Namespace