Share via


IXmlDataType.Methods Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Methods As IMetadataCollection(Of IXmlDataTypeMethod)
    Get
'Usage
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>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IXmlDataTypeMethod>
The IMetadataCollection<T> of IXmlDataTypeMethod that contains the methods that are supported by the xml data type.