Condividi tramite


Proprietà Errors

Returns the collection of errors associated with the package. This field is read-only.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Errors As DtsErrors
    Get
'Utilizzo
Dim instance As Package
Dim value As DtsErrors

value = instance.Errors
[BrowsableAttribute(false)]
public DtsErrors Errors { get; }
[BrowsableAttribute(false)]
public:
property DtsErrors^ Errors {
    DtsErrors^ get ();
}
[<BrowsableAttribute(false)>]
member Errors : DtsErrors
function get Errors () : DtsErrors

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .DtsErrors
A DtsErrors collection.