Share via


ISqlExtendedProperty.Value Property

Gets or sets the value of the extended property.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Value As SqlScriptProperty
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace