Model Class
Represents a model, which is the highest grouping of MDS entities.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfIdentifier
Microsoft.MasterDataServices.Model
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "Model", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Model _
Inherits MdmDataContractOfIdentifier
'Usage
Dim instance As Model
[DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Model : MdmDataContractOfIdentifier
[DataContractAttribute(Name = L"Model", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Model : public MdmDataContractOfIdentifier
[<DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Model =
class
inherit MdmDataContractOfIdentifier
end
public class Model extends MdmDataContractOfIdentifier
The Model type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Model | Initializes a new instance of the Model class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets auditing information. (Inherited from MdmDataContractOfIdentifier.) | |
DerivedHierarchies | Gets or sets an array of derived hierarchies. | |
Entities | Gets or sets an array of entities. | |
ExplicitHierarchies | Gets or sets an array of explicit hierarchies. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) | |
Identifier | Gets or sets the ID. (Inherited from MdmDataContractOfIdentifier.) | |
IsAdministrator | Gets or sets a value that indicates whether the current user is an administrator of the model. | |
IsSystem | Gets or sets a value that indicates whether the model was created by the system. | |
Permission | Gets or sets the security permission. (Inherited from MdmDataContractOfIdentifier.) | |
VersionFlags | Gets or sets an array of version flags. | |
Versions | Gets or sets an array of versions. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.