Propriedade do RDL DacMessage.Message
Get friendly message for the current status of an operation.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
Public ReadOnly Property Message As String
Get
'Uso
Dim instance As DacMessage
Dim value As String
value = instance.Message
public string Message { get; }
public:
property String^ Message {
String^ get ();
}
member Message : string
function get Message () : String
Valor da propriedade
Tipo: System.String
String message for the current status of an operation.