你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PutCustomPropertyOperation 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PutCustomPropertyOperation(String, Byte[], String) |
使用指定的属性名称和 byte[] 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Double, String) |
使用指定的属性名称和 double 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Guid, String) |
使用指定的属性名称和 GUID 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Int64, String) |
使用指定的属性名称和 Int64 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, String, String) |
使用指定的属性名称和字符串值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Byte[], String)
使用指定的属性名称和 byte[] 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。
public PutCustomPropertyOperation (string propertyName, byte[] value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * byte[] * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Byte(), customTypeId As String)
参数
- propertyName
- String
属性的名称。
- value
- Byte[]
属性的值。
- customTypeId
- String
用户定义的自定义类型。
适用于
PutCustomPropertyOperation(String, Double, String)
使用指定的属性名称和 double 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。
public PutCustomPropertyOperation (string propertyName, double value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * double * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Double, customTypeId As String)
参数
- propertyName
- String
属性的名称。
- value
- Double
属性的值。
- customTypeId
- String
用户定义的自定义类型。
适用于
PutCustomPropertyOperation(String, Guid, String)
使用指定的属性名称和 GUID 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。
public PutCustomPropertyOperation (string propertyName, Guid value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * Guid * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Guid, customTypeId As String)
参数
- propertyName
- String
属性的名称。
- value
- Guid
属性的值。
- customTypeId
- String
用户定义的自定义类型。
适用于
PutCustomPropertyOperation(String, Int64, String)
使用指定的属性名称和 Int64 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。
public PutCustomPropertyOperation (string propertyName, long value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * int64 * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Long, customTypeId As String)
参数
- propertyName
- String
属性的名称。
- value
- Int64
属性的值。
- customTypeId
- String
用户定义的自定义类型。
适用于
PutCustomPropertyOperation(String, String, String)
使用指定的属性名称和字符串值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。
public PutCustomPropertyOperation (string propertyName, string value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * string * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As String, customTypeId As String)
参数
- propertyName
- String
属性的名称。
- value
- String
属性的值。
- customTypeId
- String
用户定义的自定义类型。