ISqlSubroutineParameter.Type プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property Type As ISqlTypeSpecifier
'使用
Dim instance As ISqlSubroutineParameter
Dim value As ISqlTypeSpecifier
value = instance.Type
instance.Type = value
ISqlTypeSpecifier Type { get; set; }
property ISqlTypeSpecifier^ Type {
ISqlTypeSpecifier^ get ();
void set (ISqlTypeSpecifier^ value);
}
function get Type () : ISqlTypeSpecifier
function set Type (value : ISqlTypeSpecifier)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlTypeSpecifier