BRScriptParameter 类

定义

作为一个操作的规则项类型组件。

public ref class BRScriptParameter : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRScriptParameter", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRScriptParameter : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRScriptParameter", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRScriptParameter = class
    inherit DataContractBase
Public Class BRScriptParameter
Inherits DataContractBase
继承
BRScriptParameter
属性

注解

复杂 BRScriptParameter 类型表示作为操作的规则项类型组件。

构造函数

BRScriptParameter()

初始化 BRScriptParameter 类的新实例。

属性

CompatibleAttributeTypes

检索 BRAttributeTypeInfo 对象的集合,这些对象定义与此参数类型组件兼容的AttributeType-AttributeDataType对。

Index

检索项类型索引

MaxLength

检索参数类型最大长度

Name

指定名称

Precision

指定参数类型精度

Scale

检索参数类型刻度

方法

SetProperty<T>(T, T, String)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于