ISupportedMetaData Interface
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Interface ISupportedMetaData _
Inherits IMetaData
'Usage
Dim instance As ISupportedMetaData
public interface ISupportedMetaData : IMetaData
public interface class ISupportedMetaData : IMetaData
type ISupportedMetaData =
interface
interface IMetaData
end
public interface ISupportedMetaData extends IMetaData
The ISupportedMetaData type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsSupported | 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. |
Top