DacDataProgressMessage.TableName プロパティ

進行状況が報告されるテーブルの名前。

名前空間:  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
テーブル名。

関連項目

参照

DacDataProgressMessage クラス

Microsoft.SqlServer.Dac 名前空間