Aracılığıyla paylaş


Generator.OutputKey Özellik

Alır veya ayarlar çıktı değerleri almak için kullanılan anahtar.

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

Sözdizimi

'Bildirim
<InputAttribute(AutoAssignedInput := AutoAssignedInput.OutputKey, ReadOnly := True,  _
    Visible := False)> _
Public Property OutputKey As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.OutputKey, ReadOnly = true, 
    Visible = false)]
public string OutputKey { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::OutputKey, ReadOnly = true, 
    Visible = false)]
public:
property String^ OutputKey {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.OutputKey, ReadOnly = true, 
    Visible = false)>]
member OutputKey : string with get, set
function get OutputKey () : String
function set OutputKey (value : String)

Özellik Değeri

Tür: System.String
Çıkış değerleri almak için kullanılan anahtar.

Açıklamalar

OutputKey Karşılık gelen Key , OutputDescriptor.

Veri üreticisi birden fazla çıkış özelliğine sahip olabilir. Örneğin, bir veriye bağlı generator birden fazla sütun veri kaynağından döndürebilir. OutputKey Belirler çıkış özelliği kullanmak almak veri.

Bu özelliği ile donatılmış InputAttribute ve AutoAssignedInput.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

Generator Sınıf

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

Key

InputAttribute

AutoAssignedInput