IXmlDataTypeTableMethod Interface

Represents a table valued method that can be called on a scalar of the xml data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IXmlDataTypeTableMethod _
    Inherits IFunction, IFunctionModuleBase, IMetadataObject
'Usage
Dim instance As IXmlDataTypeTableMethod
public interface IXmlDataTypeTableMethod : IFunction, 
    IFunctionModuleBase, IMetadataObject
public interface class IXmlDataTypeTableMethod : IFunction, 
    IFunctionModuleBase, IMetadataObject
type IXmlDataTypeTableMethod =  
    interface 
        interface IFunction 
        interface IFunctionModuleBase 
        interface IMetadataObject 
    end
public interface IXmlDataTypeTableMethod extends IFunction, IFunctionModuleBase, IMetadataObject

The IXmlDataTypeTableMethod type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the metadata object. (Inherited from IMetadataObject.)
Public property Parameters Gets a collection that contains the parameters that the function or module accepts. (Inherited from IFunctionModuleBase.)

Top

Methods

  Name Description
Public method Accept<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace