Costruttore SfcPropertyAttribute (SfcPropertyFlags, String)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Parametri

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

Vedere anche

Riferimento

SfcPropertyAttribute Classe

Overload SfcPropertyAttribute

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata