共用方式為


OperationMessage.Message 屬性

Gets the message text for the operation.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Message As String 
    Get
'用途
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

屬性值

型別:System.String
The message.

請參閱

參考

OperationMessage 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間