다음을 통해 공유


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.