다음을 통해 공유


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 네임스페이스