Partager via


Interface IXmlDataTypeMethod

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IXmlDataTypeMethod _
    Inherits IScalarFunction, IFunction, IFunctionModuleBase, IScalar,  _
    IMetadataObject
'Utilisation
Dim instance As IXmlDataTypeMethod
public interface IXmlDataTypeMethod : IScalarFunction, 
    IFunction, IFunctionModuleBase, IScalar, IMetadataObject
public interface class IXmlDataTypeMethod : IScalarFunction, 
    IFunction, IFunctionModuleBase, IScalar, IMetadataObject
type IXmlDataTypeMethod =  
    interface
        interface IScalarFunction
        interface IFunction
        interface IFunctionModuleBase
        interface IScalar
        interface IMetadataObject
    end
public interface IXmlDataTypeMethod extends IScalarFunction, IFunction, IFunctionModuleBase, IScalar, IMetadataObject

Le type IXmlDataTypeMethod expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Gets the scalar data type. (hérité de IScalar.)
Propriété publique IsAggregateFunction Gets a value that indicates whether this is an aggregate function. (hérité de IScalarFunction.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (hérité de IScalar.)
Propriété publique Parameters Gets a collection that contains the parameters that the function or module accepts. (hérité de IFunctionModuleBase.)
Propriété publique ScalarType Gets the scalar type. (hérité de IScalar.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page