Compartilhar via


Propriedade do RDL IDTSTaskInfo100.TaskType

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

For more information, see TaskInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property TaskType As String 
    Get
'Uso
Dim instance As IDTSTaskInfo100 
Dim value As String 

value = instance.TaskType
string TaskType { get; }
property String^ TaskType {
    String^ get ();
}
abstract TaskType : string
function get TaskType () : String

Valor da propriedade

Tipo: System.String

Consulte também

Referência

IDTSTaskInfo100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper