Generator.DefaultValue (Propiedad)

Obtiene o establece el valor predeterminado de la columna.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: System.String
Valor predeterminado.

Comentarios

Esta propiedad se decora con los parámetros con nombre InputAttribute y AutoAssignedInput.

Seguridad de .NET Framework

Vea también

Referencia

Generator Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

InputAttribute

AutoAssignedInput