IXmlDataType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IXmlDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
type IXmlDataType = interface
interface ISystemDataType
interface IScalarDataType
interface IDataType
interface IMetadataObject
Public Interface IXmlDataType
Implements ISystemDataType
- Implements
Properties
BaseSystemDataType | (Inherited from IScalarDataType) |
IsClr | (Inherited from IScalarDataType) |
IsCursor | (Inherited from IDataType) |
IsScalar | (Inherited from IDataType) |
IsSystem | (Inherited from IScalarDataType) |
IsTable | (Inherited from IDataType) |
IsUnknown | (Inherited from IDataType) |
IsVoid | (Inherited from IScalarDataType) |
IsXml | (Inherited from IScalarDataType) |
IsXmlNode | |
Length | (Inherited from ISystemDataType) |
Methods | |
Name | (Inherited from IMetadataObject) |
NumericPrecision | (Inherited from ISystemDataType) |
NumericScale | (Inherited from ISystemDataType) |
TableMethods | |
TypeSpec | (Inherited from ISystemDataType) |
Methods
Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
TypeInfo(IMetadataObject) |