Share via


ISqlExtendedProperty.Host Property

Gets or sets an extended property host.

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

Syntax

'Declaration
Property Host As IExtendedPropertyHost
    Get
    Set
'Usage
Dim instance As ISqlExtendedProperty
Dim value As IExtendedPropertyHost

value = instance.Host

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

Property Value

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

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

ISqlExtendedProperty Members

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