Share via


Deployment.ErrorManager Property

Gets the error manager.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorManager As ErrorManager
    Get
'Usage
Dim instance As Deployment
Dim value As ErrorManager

value = instance.ErrorManager
public ErrorManager ErrorManager { get; }
public:
property ErrorManager^ ErrorManager {
    ErrorManager^ get ();
}
function get ErrorManager () : ErrorManager
member ErrorManager : ErrorManager

Property Value

Type: Microsoft.Data.Schema.Common.ErrorManager
Returns a ErrorManager.

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace