IsSupported Property

Indicates whether the particular class or property is supported in a particular model instance (i.e. by the current adapter). This attribute would by default be true, but would be set to false by the instantiator of the model as appropriate.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property IsSupported As Boolean
    Get
'Usage
Dim instance As ISupportedMetaData
Dim value As Boolean

value = instance.IsSupported
bool IsSupported { get; }
property bool IsSupported {
    bool get ();
}
abstract IsSupported : bool
function get IsSupported () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

ISupportedMetaData Interface

Microsoft.Data.Tools.Model Namespace