Share via


BRAttributeTypeInfo-Klasse

Represents the attribute type information for business rule attributes.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..BRAttributeTypeInfo

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "BRAttributeTypeInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeTypeInfo _
    Implements IExtensibleDataObject
'Usage
Dim instance As BRAttributeTypeInfo
[DataContractAttribute(Name = "BRAttributeTypeInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeTypeInfo : IExtensibleDataObject
[DataContractAttribute(Name = L"BRAttributeTypeInfo", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeTypeInfo : IExtensibleDataObject
[<DataContractAttribute(Name = "BRAttributeTypeInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeTypeInfo =  
    class
        interface IExtensibleDataObject
    end
public class BRAttributeTypeInfo implements IExtensibleDataObject

Der BRAttributeTypeInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BRAttributeTypeInfo Initializes a new instance of the BRAttributeTypeInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AttributeDataTypes Gets or sets an array of attribute data types.
Öffentliche Eigenschaft AttributeType Gets or sets the attribute type.
Öffentliche Eigenschaft ExtensionData Gets or sets an object containing extra data.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.