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.