DataProfilingTask.Validate Yöntemi
Veri profil oluşturma görev düzgün yapılandırılmış olup olmadığını belirler.
Ad Alanı: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Derleme: Microsoft.SqlServer.DataProfilingTask (Microsoft.SqlServer.DataProfilingTask içinde.dll)
Sözdizimi
'Bildirim
Public Overrides Function Validate ( _
connections As Connections, _
variableDispenser As VariableDispenser, _
componentEvents As IDTSComponentEvents, _
log As IDTSLogging _
) As DTSExecResult
'Kullanım
Dim instance As DataProfilingTask
Dim connections As Connections
Dim variableDispenser As VariableDispenser
Dim componentEvents As IDTSComponentEvents
Dim log As IDTSLogging
Dim returnValue As DTSExecResult
returnValue = instance.Validate(connections, _
variableDispenser, componentEvents, _
log)
public override DTSExecResult Validate(
Connections connections,
VariableDispenser variableDispenser,
IDTSComponentEvents componentEvents,
IDTSLogging log
)
public:
virtual DTSExecResult Validate(
Connections^ connections,
VariableDispenser^ variableDispenser,
IDTSComponentEvents^ componentEvents,
IDTSLogging^ log
) override
abstract Validate :
connections:Connections *
variableDispenser:VariableDispenser *
componentEvents:IDTSComponentEvents *
log:IDTSLogging -> DTSExecResult
override Validate :
connections:Connections *
variableDispenser:VariableDispenser *
componentEvents:IDTSComponentEvents *
log:IDTSLogging -> DTSExecResult
public override function Validate(
connections : Connections,
variableDispenser : VariableDispenser,
componentEvents : IDTSComponentEvents,
log : IDTSLogging
) : DTSExecResult
Parametreler
- connections
Tür: Microsoft.SqlServer.Dts.Runtime.Connections
A Connections limanının görev erişebilir bağlantılar koleksiyonu paket.
- variableDispenser
Tür: Microsoft.SqlServer.Dts.Runtime.VariableDispenser
A VariableDispenser nesnesi üzerinden görev erişim değişkenleri paket.
- componentEvents
Tür: Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents
Uygulayan bir nesne, IDTSComponentEvents ' arabirim üzerinden görev yükseltmek olayları için paket.
- log
Tür: Microsoft.SqlServer.Dts.Runtime.IDTSLogging
Uygulayan bir nesne, IDTSLogging ' arabirim üzerinden görev yazabilirler ileti günlükleri tanımlanmış paket.
Dönüş Değeri
Tür: Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Görev doğrulama başarılı veya başarısız gösterir numaralandırma değerleri biri.
Ayrıca bkz.