Partager via


Propriété DacDataProgressMessage.TableName

The name of the table whose progress is being reported.

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TableName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The table name.

Voir aussi

Référence

DacDataProgressMessage Classe

Espace de noms Microsoft.SqlServer.Dac