Compartir a través de


OperationMessage.Message Propiedad

Gets the message text for the operation.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Message As String 
    Get
'Uso
Dim instance As OperationMessage 
Dim value As String 

value = instance.Message
[SfcPropertyAttribute(Data = true)]
public string Message { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Message {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Message : string
function get Message () : String

Valor de la propiedad

Tipo: System.String
The message.

Vea también

Referencia

OperationMessage Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices