Parameter.DefaultValue Property
Gets or sets the default value of the parameter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property DefaultValue As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that specifies the default value of the parameter.
Examples
Creating, Altering, and Removing Stored Procedures
Creating, Altering, and Removing Indexes