Condividi tramite


Proprietà ISqlExtendedProperty.Value

Ottiene o imposta il valore della proprietà estesa.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Value As SqlScriptProperty
    Get
    Set
SqlScriptProperty Value { get; set; }
property SqlScriptProperty^ Value {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract Value : SqlScriptProperty with get, set
function get Value () : SqlScriptProperty
function set Value (value : SqlScriptProperty)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlExtendedProperty Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel