你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CheckValuePropertyOperation 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CheckValuePropertyOperation(String, Byte[]) |
使用指定的 |
CheckValuePropertyOperation(String, Double) |
使用指定的 |
CheckValuePropertyOperation(String, Guid) |
使用指定的 |
CheckValuePropertyOperation(String, Int64) |
使用指定的 |
CheckValuePropertyOperation(String, String) |
使用指定的 |
CheckValuePropertyOperation(String, Byte[])
使用指定的 propertyName
和 Byte[] 值初始化 类的新实例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)
使用指定的 propertyName
和 Double 值初始化 类的新实例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)
使用指定的 propertyName
和 Guid 值初始化 类的新实例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)
使用指定的 propertyName
和 Int64 值初始化 类的新实例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)
使用指定的 propertyName
和 String 值初始化 类的新实例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
该属性的值。