Compartir a través de


Methods Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property Methods As IMetadataCollection(Of IXmlDataTypeMethod)
    Get
'Uso
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>

Valor de la propiedad

Tipo: 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.