SqlSchemaModel.Capability Property
Gets a value that indicates what capabilities this model has.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Capability As SqlModelCapability
public SqlModelCapability Capability { get; }
public:
property SqlModelCapability Capability {
SqlModelCapability get ();
}
member Capability : SqlModelCapability
function get Capability () : SqlModelCapability
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlModelCapability
Remarks
Indicates whether the model supports server objects, database objects, both, or neither.
.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.