Propriedade do RDL DacDataProgressMessage.SchemaName
The schema 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 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 da propriedade
Tipo: System.String
The schema name.