Methods 属性

Gets the collection of methods that are supported by the xml data type.

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

语法

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

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

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IXmlDataTypeMethod> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IXmlDataTypeMethod that contains the methods that are supported by the xml data type.