Поделиться через


Интерфейс IXmlDataTypeMethod

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Interface IXmlDataTypeMethod _
    Inherits IScalarFunction, IFunction, IFunctionModuleBase, IScalar,  _
    IMetadataObject
'Применение
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

Тип IXmlDataTypeMethod обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataType Gets the scalar data type. (Производный от IScalar.)
Открытое свойство IsAggregateFunction Gets a value that indicates whether this is an aggregate function. (Производный от IScalarFunction.)
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Производный от IScalar.)
Открытое свойство Parameters Gets a collection that contains the parameters that the function or module accepts. (Производный от IFunctionModuleBase.)
Открытое свойство ScalarType Gets the scalar type. (Производный от IScalar.)

В начало

Методы

  Имя Описание
Открытый метод Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.)

В начало