Класс DacOperationProgressMessage

Progress message associated with the overall progress of a DAC operation.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.DacOperationProgressMessage

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class DacOperationProgressMessage _
    Inherits DacMessage
'Применение
Dim instance As DacOperationProgressMessage
[SerializableAttribute]
public sealed class DacOperationProgressMessage : DacMessage
[SerializableAttribute]
public ref class DacOperationProgressMessage sealed : public DacMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type DacOperationProgressMessage =  
    class 
        inherit DacMessage 
    end
public final class DacOperationProgressMessage extends DacMessage

Тип DacOperationProgressMessage обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Message Get friendly message for the current status of an operation. (Производный от DacMessage.)
Открытое свойство MessageType Get the type of the event message. (Производный от DacMessage.)
Открытое свойство Number Get numeric value associated with the event message. (Производный от DacMessage.)
Открытое свойство Prefix Get string prefix associated with the source of the event message. (Производный от DacMessage.)
Открытое свойство Progress Current progress in percent complete.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Return a string that represents the current object. (Производный от DacMessage.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac