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.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly: Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class DataProfilingTask _
Inherits Task _
Implements IDTSComponentPersist
'Utilizzo
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
Osservazioni
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:
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime. . :: . .Task
Microsoft.SqlServer.Dts.Tasks.DataProfilingTask..::..DataProfilingTask
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche