Compartir a través de


DacDataProgressMessage.SchemaName Propiedad

The schema name of the table whose progress is being reported.

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property SchemaName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The schema name.

Vea también

Referencia

DacDataProgressMessage Clase

Espacio de nombres Microsoft.SqlServer.Dac