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.