Proprietà ObjectProperty.DefaultValue
Gets or sets the default value of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server..
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Property DefaultValue As String
Get
Set
'Utilizzo
Dim instance As ObjectProperty
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)
Valore proprietà
Tipo: System.String
A value that represents the default value of the property.