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 or sets the description of the operation.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property OperationDescription As String
Get
Set
'Usage
Dim instance As MessageQueueTask
Dim value As String
value = instance.OperationDescription
instance.OperationDescription = value
public string OperationDescription { get; set; }
public:
virtual property String^ OperationDescription {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract OperationDescription : string with get, set
override OperationDescription : string with get, set
final function get OperationDescription () : String
final function set OperationDescription (value : String)
Property Value
Type: System.String
A String that contains a description of the operation.
Implements
IMessageQueueTask.OperationDescription