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.