Interfaz IXmlDataTypeMethod
Represents a method that can be called on a scalar of the xml data type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IXmlDataTypeMethod _
Inherits IScalarFunction, IFunction, IFunctionModuleBase, IScalar, _
IMetadataObject
'Uso
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
El tipo IXmlDataTypeMethod expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. (Se hereda de IScalar.) |
![]() |
IsAggregateFunction | Gets a value that indicates whether this is an aggregate function. (Se hereda de IScalarFunction.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (Se hereda de IScalar.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IFunctionModuleBase.) |
![]() |
ScalarType | Gets the scalar type. (Se hereda de IScalar.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)