Compartir a través de


Parameter.DefaultValue Propiedad

Gets or sets the default value of the parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property DefaultValue As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Ejemplos

Crear, modificar y eliminar los procedimientos almacenados

Crear, modificar y eliminar índices

Vea también

Referencia

Parameter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo