ErrorManager.DeployCategory Property

Gets the object that represents the deploy category.

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

Syntax

'Declaration
Public Shared ReadOnly Property DeployCategory As Object
public static Object DeployCategory { get; }
public:
static property Object^ DeployCategory {
    Object^ get ();
}
static member DeployCategory : Object
static function get DeployCategory () : Object

Property Value

Type: System.Object
The Object that represents the default category.

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace