หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The schema name of the table whose progress is being reported.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property SchemaName As String
Get
'Usage
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
Property Value
Type: System.String
The schema name.