Freigeben über


DefaultValue-Eigenschaft

Ruft beim Erstellen neuer Zeilen den Standardwert für die Spalte ab oder legt diesen fest.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property DefaultValue As String
    Get
    Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String

value = instance.DefaultValue

instance.DefaultValue = value
public string DefaultValue { get; set; }
public:
property String^ DefaultValue {
    String^ get ();
    void set (String^ value);
}
member DefaultValue : string with get, set
function get DefaultValue () : String
function set DefaultValue (value : String)

Eigenschaftenwert

Typ: System. . :: . .String
Der Standardwert für die Spalte, falls er festgelegt ist, andernfalls eine leere Zeichenfolge.

Siehe auch

Verweis

DbSyncColumnDescription Klasse

DbSyncColumnDescription-Member

Microsoft.Synchronization.Data-Namespace