你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CheckValuePropertyOperation 构造函数

定义

重载

CheckValuePropertyOperation(String, Byte[])

使用指定的 propertyNameByte[] 值初始化 类的新实例CheckValuePropertyOperation

CheckValuePropertyOperation(String, Double)

使用指定的 propertyNameDouble 值初始化 类的新实例CheckValuePropertyOperation

CheckValuePropertyOperation(String, Guid)

使用指定的 propertyNameGuid 值初始化 类的新实例CheckValuePropertyOperation

CheckValuePropertyOperation(String, Int64)

使用指定的 propertyNameInt64 值初始化 类的新实例CheckValuePropertyOperation

CheckValuePropertyOperation(String, String)

使用指定的 propertyNameString 值初始化 类的新实例CheckValuePropertyOperation

CheckValuePropertyOperation(String, Byte[])

使用指定的 propertyNameByte[] 值初始化 类的新实例CheckValuePropertyOperation

public CheckValuePropertyOperation (string propertyName, byte[] value);
new System.Fabric.CheckValuePropertyOperation : string * byte[] -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Byte())

参数

propertyName
String

属性的名称。

value
Byte[]

该属性的值。

适用于

CheckValuePropertyOperation(String, Double)

使用指定的 propertyNameDouble 值初始化 类的新实例CheckValuePropertyOperation

public CheckValuePropertyOperation (string propertyName, double value);
new System.Fabric.CheckValuePropertyOperation : string * double -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Double)

参数

propertyName
String

属性的名称。

value
Double

该属性的值。

适用于

CheckValuePropertyOperation(String, Guid)

使用指定的 propertyNameGuid 值初始化 类的新实例CheckValuePropertyOperation

public CheckValuePropertyOperation (string propertyName, Guid value);
new System.Fabric.CheckValuePropertyOperation : string * Guid -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Guid)

参数

propertyName
String

属性的名称。

value
Guid

该属性的值。

适用于

CheckValuePropertyOperation(String, Int64)

使用指定的 propertyNameInt64 值初始化 类的新实例CheckValuePropertyOperation

public CheckValuePropertyOperation (string propertyName, long value);
new System.Fabric.CheckValuePropertyOperation : string * int64 -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Long)

参数

propertyName
String

属性的名称。

value
Int64

该属性的值。

适用于

CheckValuePropertyOperation(String, String)

使用指定的 propertyNameString 值初始化 类的新实例CheckValuePropertyOperation

public CheckValuePropertyOperation (string propertyName, string value);
new System.Fabric.CheckValuePropertyOperation : string * string -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As String)

参数

propertyName
String

属性的名称。

value
String

该属性的值。

适用于