Share via


ISqlExtendedProperty.Host Property

Gets or sets the object to which the extended property applies.

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

Syntax

'Declaration
Property Host As ISqlExtendedPropertyHost
ISqlExtendedPropertyHost Host { get; set; }
property ISqlExtendedPropertyHost^ Host {
    ISqlExtendedPropertyHost^ get ();
    void set (ISqlExtendedPropertyHost^ value);
}
abstract Host : ISqlExtendedPropertyHost with get, set
function get Host () : ISqlExtendedPropertyHost
function set Host (value : ISqlExtendedPropertyHost)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace