IXmlDataType.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<IXmlDataTypeMethod>
The IMetadataCollection<T> of IXmlDataTypeMethod that contains the methods that are supported by the xml data type.

참고 항목

참조

IXmlDataType 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스