名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property Properties As IList(Of ISql90ClrProperty)
'使用
Dim instance As ISql90UserDefinedType
Dim value As IList(Of ISql90ClrProperty)
value = instance.Properties
IList<ISql90ClrProperty> Properties { get; }
property IList<ISql90ClrProperty^>^ Properties {
IList<ISql90ClrProperty^>^ get ();
}
function get Properties () : IList<ISql90ClrProperty>
プロパティ値
型 : System.Collections.Generic.IList<ISql90ClrProperty>