Compartilhar via


Propriedade do RDL IMessageQueueTask.OperationDescription

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the description of the operation.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)

Sintaxe

'Declaração
Property OperationDescription As String 
    Get 
    Set
'Uso
Dim instance As IMessageQueueTask 
Dim value As String 

value = instance.OperationDescription

instance.OperationDescription = value
string OperationDescription { get; set; }
property String^ OperationDescription {
    String^ get ();
    void set (String^ value);
}
abstract OperationDescription : string with get, set
function get OperationDescription () : String 
function set OperationDescription (value : String)

Valor da propriedade

Tipo: System.String
The description of the operation.

Consulte também

Referência

IMessageQueueTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.MessageQueueTask