Partilhar via


Propriedade do RDL DacDataProgressMessage.TableName

The name of the table whose progress is being reported.

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

Sintaxe

'Declaração
Public ReadOnly Property TableName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The table name.

Consulte também

Referência

DacDataProgressMessage Classe

Namespace Microsoft.SqlServer.Dac