Generator.DefaultValue-Eigenschaft

Ruft den Standardwert der Spalte ab oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

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

Eigenschaftswert

Typ: System.String
Der Standardwert.

Hinweise

Diese Eigenschaft wird mit dem benannten InputAttribute-Parameter und dem benannten AutoAssignedInput-Parameter ergänzt.

.NET Framework-Sicherheit

Siehe auch

Referenz

Generator Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

InputAttribute

AutoAssignedInput