Freigeben über


DacProgressEventArgs.Message-Eigenschaft

Get a friendly message associated with the current step of an operation.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String 
    Get
'Usage
Dim instance As DacProgressEventArgs 
Dim value As String 

value = instance.Message
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Eigenschaftswert

Typ: System.String
String message associated with the current step of an operation.

Siehe auch

Verweis

DacProgressEventArgs Klasse

Microsoft.SqlServer.Dac-Namespace