Methods 属性

Gets the mutable 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 IMutableMetadataCollection(Of IUdtMethod)
    Get
用法
Dim instance As IMutableClrDataType
Dim value As IMutableMetadataCollection(Of IUdtMethod)

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

属性值

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