TaskType Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see TaskInfo.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .String