DacExtractValidationResult-Klasse
The DacExtractValidationResult object represents the result of extracting objects from a DAC package.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacExtractValidationResult
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public NotInheritable Class DacExtractValidationResult
'Usage
Dim instance As DacExtractValidationResult
public sealed class DacExtractValidationResult
public ref class DacExtractValidationResult sealed
[<SealedAttribute>]
type DacExtractValidationResult = class end
public final class DacExtractValidationResult
Der DacExtractValidationResult-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
ErrorObjects | Gets a collection of the DAC objects that encountered errors during validation. |
![]() |
SuccessObjects | Gets the collection of DAC objects that were successfully validated. |
![]() |
WarningObjects | Gets the collection of DAC objects that encountered warnings during validation. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)