Classe DataProfilingTask
Profiles selected columns and column relationships in a data source to discover the structure of an unfamiliar data source, and to identify problems with the data.
Namespace: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly: Microsoft.SqlServer.DataProfilingTask (em Microsoft.SqlServer.DataProfilingTask.dll)
Sintaxe
'Declaração
Public NotInheritable Class DataProfilingTask _
Inherits Task _
Implements IDTSComponentPersist
'Uso
Dim instance As DataProfilingTask
public sealed class DataProfilingTask : Task,
IDTSComponentPersist
public ref class DataProfilingTask sealed : public Task,
IDTSComponentPersist
[<SealedAttribute>]
type DataProfilingTask =
class
inherit Task
interface IDTSComponentPersist
end
public final class DataProfilingTask extends Task implements IDTSComponentPersist
Comentários
The DataProfilingTask class is the main class in the Microsoft.SqlServer.Dts.Tasks.DataProfilingTask namespace. This class represents the Integration Services Data Profiling task, which can be used to profile and discover the structure of an unfamiliar data source, and to identify problems with the data.
For more information about the Data Profiling task, see the following topics:
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime. . :: . .Task
Microsoft.SqlServer.Dts.Tasks.DataProfilingTask..::..DataProfilingTask
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também