Aracılığıyla paylaş


ColumnConfigAnnotation.Seed Özellik

Alır veya kimlik sütunu bir tablo ya da kimlik sütunu olan bir görünüm oluşturulduğunda belirttiğiniz tohum değerini ayarlar.

Ad alanı:  Microsoft.Data.Schema.Tools.DataGenerator
Derleme:  Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll içinde)

Sözdizimi

'Bildirim
Public Property Seed As Integer
    Get
    Set
public int Seed { get; set; }
public:
property int Seed {
    int get ();
    void set (int value);
}
member Seed : int with get, set
function get Seed () : int
function set Seed (value : int)

Özellik Değeri

Tür: System.Int32
Tohum değeri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ColumnConfigAnnotation Sınıf

Microsoft.Data.Schema.Tools.DataGenerator Ad Alanı