Dela via


ISqlExtendedProperty.Host Property

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

Syntax

'Declaration
Property Host As IExtendedPropertyHost
'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)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

ISqlExtendedProperty Members

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