Share via


SfcPropertyAttribute Constructor (SfcPropertyFlags, String)

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 Sub New ( _
    flags As SfcPropertyFlags, _
    defaultValue As String _
)
'Usage
Dim flags As SfcPropertyFlags 
Dim defaultValue As String 

Dim instance As New SfcPropertyAttribute(flags, defaultValue)
public SfcPropertyAttribute(
    SfcPropertyFlags flags,
    string defaultValue
)
public:
SfcPropertyAttribute(
    SfcPropertyFlags flags, 
    String^ defaultValue
)
new : 
        flags:SfcPropertyFlags * 
        defaultValue:string -> SfcPropertyAttribute
public function SfcPropertyAttribute(
    flags : SfcPropertyFlags, 
    defaultValue : String
)

Parameters

  • defaultValue
    Type: System.String
    The default value of an object in the property.

See Also

Reference

SfcPropertyAttribute Class

SfcPropertyAttribute Overload

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