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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.