Proprietà SfcMetadataRelation.PropertyDefaultValue

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 PropertyDefaultValue As Object 
    Get
'Utilizzo
Dim instance As SfcMetadataRelation 
Dim value As Object 

value = instance.PropertyDefaultValue
public Object PropertyDefaultValue { get; }
public:
property Object^ PropertyDefaultValue {
    Object^ get ();
}
member PropertyDefaultValue : Object
function get PropertyDefaultValue () : Object

Valore proprietà

Tipo: System.Object
The default value of the property.

Vedere anche

Riferimento

SfcMetadataRelation Classe

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