Propriété ObjectProperty.DefaultValue
Gets or sets the default value of the property. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server..
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property DefaultValue As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A value that represents the default value of the property.