Свойство 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.