Partager via


Propriété DacDataProgressMessage.SchemaName

The schema 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 SchemaName As String 
    Get
'Utilisation
Dim instance As DacDataProgressMessage 
Dim value As String 

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

Valeur de propriété

Type : System.String
The schema name.

Voir aussi

Référence

DacDataProgressMessage Classe

Espace de noms Microsoft.SqlServer.Dac