StatusMessage.Message フィールド
Integration Services パッケージをアップグレードした結果生成されるメッセージ テキストです。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Message As String
'使用
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