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