共用方式為


IBRAttributeArgumentContainer 介面

Represents an container for business rule argument attributes.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
Public Interface IBRAttributeArgumentContainer _
    Inherits IBRArgument
'用途
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =  
    interface
        interface IBRArgument
    end
public interface IBRAttributeArgumentContainer extends IBRArgument

IBRAttributeArgumentContainer 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Identifier Gets or sets a business rule argument ID. (繼承自 IBRArgument。)
公用屬性 PropertyName Gets or sets a business rule argument property name. (繼承自 IBRArgument。)
公用屬性 PropertyType Gets or sets a business rule argument property type. (繼承自 IBRArgument。)

上層