共用方式為


Package.Errors 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Errors As DtsErrors 
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.DtsErrors
The collection of errors associated with the package.

請參閱

參考

Package 類別

Microsoft.SqlServer.Dts.Runtime 命名空間