Methods 属性

Gets the collection of all methods that are defined on the data type.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property Methods As IMetadataCollection(Of IUdtMethod)
    Get
用法
Dim instance As IClrDataType
Dim value As IMetadataCollection(Of IUdtMethod)

value = instance.Methods
IMetadataCollection<IUdtMethod> Methods { get; }
property IMetadataCollection<IUdtMethod^>^ Methods {
    IMetadataCollection<IUdtMethod^>^ get ();
}
abstract Methods : IMetadataCollection<IUdtMethod>
function get Methods () : IMetadataCollection<IUdtMethod>

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IUdtMethod> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IUdtMethod that contains all methods that are defined on the data type.