Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the name of a message.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property MessageName As String
Get
'Usage
Dim instance As DTSWebMethodInfo
Dim value As String
value = instance.MessageName
public string MessageName { get; }
public:
property String^ MessageName {
String^ get ();
}
member MessageName : string
function get MessageName () : String
Property Value
Type: System.String
The name of the message.