Proprietà SfcPropertyAttribute.DefaultValue

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 ReadOnly Property DefaultValue As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SfcPropertyAttribute Classe

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