共用方式為


DacDataProgressMessage.TableName 屬性

The name of the table whose progress is being reported.

命名空間:  Microsoft.SqlServer.Dac
組件:  Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)

語法

'宣告
Public ReadOnly Property TableName As String 
    Get
'用途
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

屬性值

型別:System.String
The table name.

請參閱

參考

DacDataProgressMessage 類別

Microsoft.SqlServer.Dac 命名空間