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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.