Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The message text that results from upgrading an Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Message As String
'Usage
Dim instance As StatusMessage
Dim value As String
value = instance.Message
instance.Message = value
public string Message
public:
String^ Message
val mutable Message: string
public var Message : String