Partager via


Propriété Parameter.DefaultValue

Gets or sets the default value of the parameter.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property DefaultValue As String 
    Get 
    Set
'Utilisation
Dim instance As Parameter 
Dim value As String 

value = instance.DefaultValue

instance.DefaultValue = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public string DefaultValue { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property String^ DefaultValue {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member DefaultValue : string with get, set
function get DefaultValue () : String 
function set DefaultValue (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the default value of the parameter.

Exemples

Création, modification et suppression des procédures stockées

Création, modification et suppression d'index

Voir aussi

Référence

Parameter Classe

Espace de noms Microsoft.SqlServer.Management.Smo