ISqlExtendedProperty.Host プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property Host As IExtendedPropertyHost
'使用
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)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.IExtendedPropertyHost