Share via


ISqlExtendedProperty.Value Property

Gets or sets an extended property value.

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

Syntax

'Declaration
Property Value As SqlElementSource
    Get
    Set
'Usage
Dim instance As ISqlExtendedProperty
Dim value As SqlElementSource

value = instance.Value

instance.Value = value
SqlElementSource Value { get; set; }
property SqlElementSource^ Value {
    SqlElementSource^ get ();
    void set (SqlElementSource^ value);
}
function get Value () : SqlElementSource
function set Value (value : SqlElementSource)
abstract Value : SqlElementSource with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource
Returns a SqlElementSource.

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

ISqlExtendedProperty Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace