Share via


SfcPropertyAttribute.DefaultValue Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultValue As String 
    Get
'Usage
Dim instance As SfcPropertyAttribute 
Dim value As String 

value = instance.DefaultValue
public string DefaultValue { get; }
public:
property String^ DefaultValue {
    String^ get ();
}
member DefaultValue : string
function get DefaultValue () : String

Property Value

Type: System.String
The default value of the property attribute.

See Also

Reference

SfcPropertyAttribute Class

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace