The schema name of the table whose progress is being reported.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public ReadOnly Property SchemaName As String
Get
'用途
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
屬性值
型別:System.String
The schema name.