AggregationFunctionType(String) コンストラクター

定義

AggregationFunctionType の新しいインスタンスを初期化します。

public AggregationFunctionType (string value);
new Azure.ResourceManager.Sql.Models.AggregationFunctionType : string -> Azure.ResourceManager.Sql.Models.AggregationFunctionType
Public Sub New (value As String)

パラメーター

value
String

例外

value が null です。

適用対象