ISql90UserDefinedType.Methods 属性

获取此类型的 SQL CLR 方法列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Methods As IList(Of ISql90ClrMethod)
    Get
IList<ISql90ClrMethod> Methods { get; }
property IList<ISql90ClrMethod^>^ Methods {
    IList<ISql90ClrMethod^>^ get ();
}
abstract Methods : IList<ISql90ClrMethod>
function get Methods () : IList<ISql90ClrMethod>

属性值

类型:System.Collections.Generic.IList<ISql90ClrMethod>

.NET Framework 安全性

请参见

参考

ISql90UserDefinedType 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间