DeploymentConstructor.Errors Property

Gets or sets errors.

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

Syntax

'Declaration
Public Property Errors As ErrorManager
    Get
    Set
'Usage
Dim instance As DeploymentConstructor
Dim value As ErrorManager

value = instance.Errors

instance.Errors = value
public ErrorManager Errors { get; set; }
public:
property ErrorManager^ Errors {
    ErrorManager^ get ();
    void set (ErrorManager^ value);
}
function get Errors () : ErrorManager
function set Errors (value : ErrorManager)
member Errors : ErrorManager with get, set

Property Value

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

.NET Framework Security

See Also

Reference

DeploymentConstructor Class

DeploymentConstructor Members

Microsoft.Data.Schema.Build Namespace