CheckValuePropertyOperation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CheckValuePropertyOperation(String, Byte[]) |
指定した |
CheckValuePropertyOperation(String, Double) |
指定した |
CheckValuePropertyOperation(String, Guid) |
指定した |
CheckValuePropertyOperation(String, Int64) |
指定した |
CheckValuePropertyOperation(String, String) |
指定した |
CheckValuePropertyOperation(String, Byte[])
指定したpropertyName
値と [] 値を使用して、 CheckValuePropertyOperation クラスの新しいインスタンスをByte初期化します。
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
と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをDouble初期化します。
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
と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをGuid初期化します。
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
と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをInt64初期化します。
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
と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをString初期化します。
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
プロパティの値。
適用対象
Azure SDK for .NET