다음을 통해 공유


Errors 속성

Returns 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