IXmlDataType.TableMethods 속성

Gets the collection of table 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 TableMethods As IMetadataCollection(Of IXmlDataTypeTableMethod)
    Get
‘사용 방법
Dim instance As IXmlDataType 
Dim value As IMetadataCollection(Of IXmlDataTypeTableMethod)

value = instance.TableMethods
IMetadataCollection<IXmlDataTypeTableMethod> TableMethods { get; }
property IMetadataCollection<IXmlDataTypeTableMethod^>^ TableMethods {
    IMetadataCollection<IXmlDataTypeTableMethod^>^ get ();
}
abstract TableMethods : IMetadataCollection<IXmlDataTypeTableMethod>
function get TableMethods () : IMetadataCollection<IXmlDataTypeTableMethod>

속성 값

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

참고 항목

참조

IXmlDataType 인터페이스

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