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
- 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.