Generator.DefaultValue, propriété
Obtient ou définit la valeur par défaut de la colonne.
Espace de noms : Microsoft.Data.Schema.Tools.DataGenerator
Assembly : Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
Type : System.String
Valeur par défaut.
Notes
Cette propriété est décorée avec l'attribut InputAttribute et le paramètre nommé AutoAssignedInput.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.