Wyliczenie ObjectType
Reprezentuje typ obiektu modelu dane główne.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataContractAttribute(Name := "ObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ObjectType
'Użycie
Dim instance As ObjectType
[DataContractAttribute(Name = "ObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ObjectType
[DataContractAttribute(Name = L"ObjectType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ObjectType
[<DataContractAttribute(Name = "ObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ObjectType
public enum ObjectType
Elementy członkowskie
| Nazwa elementu członkowskiego | Opis | |
|---|---|---|
| Unknown | Nie jeden z typów obiektów standardowych. | |
| Model | MDS Model. | |
| DerivedHierarchy | Pochodne hierarchii. | |
| DerivedHierarchyLevel | Poziom hierarchii pochodnych. | |
| Version | Wersja modelu. | |
| Entity | Jednostka. | |
| Hierarchy | Hierarchia. | |
| Attribute | Atrybut. | |
| AttributeGroup | Grupa atrybutu. | |
| StagingBatch | Wsadowe przemieszczenia rekordów. | |
| VersionFlag | Flaga wersji. | |
| User | Użytkownik. | |
| MemberCode | Kod (klucz business) członka. | |
| Annotation | Adnotacja. | |
| BusinessRule | Reguły biznesowej. | |
| BusinessRuleConditionTreeNode | Argument warunek lub Akcja reguły biznesowej. | |
| BusinessRuleItem | Element reguły biznesowej, takich jak warunek lub Akcja. | |
| BusinessRuleArgument | Argument warunek lub Akcja reguły biznesowej. | |
| Transaction | Zapis transakcji. | |
| MemberId | Identyfikator klucz dla element członkowski. | |
| ExportView | Widok eksportu. | |
| UserGroup | Grupa użytkowników. |