Generator.Seed プロパティ

シードを取得または設定します。シードを使って、確定的なランダム データ生成アルゴリズムを初期化できます。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Seed, Visible := True,  _
    ReadOnly := False)> _
Public Property Seed As Integer
'使用
Dim instance As Generator
Dim value As Integer

value = instance.Seed

instance.Seed = value
[InputAttribute(AutoAssignedInput = AutoAssignedInput.Seed, Visible = true, 
    ReadOnly = false)]
public int Seed { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::Seed, Visible = true, 
    ReadOnly = false)]
public:
property int Seed {
    int get ();
    void set (int value);
}
public function get Seed () : int
public function set Seed (value : int)

プロパティ値

型 : System.Int32
シードを格納する整数。

解説

このプロパティは、InputAttributeAutoAssignedInput 名前付きパラメータで修飾されます。

参照

参照

Generator クラス

Generator メンバ

Microsoft.Data.Schema.DataGenerator 名前空間