Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the collection of errors associated with the package. This field is read-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Errors As DtsErrors
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.DtsErrors
The collection of errors associated with the package.