Share via


DacDataProgressMessage.SchemaName 속성

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.

참고 항목

참조

DacDataProgressMessage 클래스

Microsoft.SqlServer.Dac 네임스페이스