This topic has not yet been rated - Rate this topic

IXmlDataTypeMethod Interface

Represents a 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)
public interface IXmlDataTypeMethod : IScalarFunction, 
	IFunction, IFunctionModuleBase, IScalar, IMetadataObject

The IXmlDataTypeMethod type exposes the following members.

  NameDescription
Public propertyDataTypeGets the scalar data type. (Inherited from IScalar.)
Public propertyIsAggregateFunctionGets a value that indicates whether this is an aggregate function. (Inherited from IScalarFunction.)
Public propertyNameGets the name of the metadata object. (Inherited from IMetadataObject.)
Public propertyNullableGets a Boolean value that indicates whether the scalar object is nullable. (Inherited from IScalar.)
Public propertyParametersGets a collection that contains the parameters that the function or module accepts. (Inherited from IFunctionModuleBase.)
Public propertyScalarTypeGets the scalar type. (Inherited from IScalar.)
Top
  NameDescription
Public methodAccept<T>Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.