Partilhar via


Propriedade do RDL Parameter.DefaultValue

Gets or sets the default value of the parameter.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Exemplos

Criando, alterando e removendo procedimentos armazenados

Criando, alterando e removendo índices

Consulte também

Referência

Parameter Classe

Namespace Microsoft.SqlServer.Management.Smo