IModelPropertyContainer, interface
Représente une entité, qui peut contenir des propriétés.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Interface IModelPropertyContainer _
Inherits IModelEntity
public interface IModelPropertyContainer : IModelEntity
public interface class IModelPropertyContainer : IModelEntity
type IModelPropertyContainer =
interface
interface IModelEntity
end
public interface IModelPropertyContainer extends IModelEntity
Le type IModelPropertyContainer expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Model | Obtient la référence de modèle. (Hérité de IModelEntity.) |
Début
Méthodes
Nom | Description | |
---|---|---|
![]() |
GetProperty<TProperty> | Obtient la propriété spécifiée. |
![]() |
SetProperty<TProperty> | Définit la propriété spécifiée. |
Début