This topic has not yet been rated - Rate this topic

IXmlDataType Interface

SQL Server 2012

Represents the SQL Server xml data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public interface IXmlDataType : ISystemDataType, 
	IScalarDataType, IDataType, IMetadataObject

The IXmlDataType type exposes the following members.

  NameDescription
Public propertyBaseSystemDataTypeGets the base system data type that the user-defined data type is derived from. (Inherited from IScalarDataType.)
Public propertyIsClrGets a value that indicates whether this is a CLR data type. (Inherited from IScalarDataType.)
Public propertyIsCursorGets a value that indicates whether this is a cursor data type. (Inherited from IDataType.)
Public propertyIsScalarGets a value that indicates whether this is a scalar data type. (Inherited from IDataType.)
Public propertyIsSystemGets a value that indicates whether this is a system data type. (Inherited from IScalarDataType.)
Public propertyIsTableGets a value that indicates whether this is a table data type. (Inherited from IDataType.)
Public propertyIsUnknownGets a value that indicates whether the data type instance is a placeholder unknown type. (Inherited from IDataType.)
Public propertyIsVoidGets a value that indicates whether this data type represents the neutral void type, which is the type for NULL expression. (Inherited from IScalarDataType.)
Public propertyIsXmlGets a value that indicates whether this is an xml data type. (Inherited from IScalarDataType.)
Public propertyIsXmlNodeGets a value that indicates whether the data type is an xmlnode type.
Public propertyLengthGets the length of the data type. (Inherited from ISystemDataType.)
Public propertyMethodsGets the collection of methods that are supported by the xml data type.
Public propertyNameGets the name of the metadata object. (Inherited from IMetadataObject.)
Public propertyNumericPrecisionGets the numeric precision of the data type. (Inherited from ISystemDataType.)
Public propertyNumericScaleGets the numeric scale of the data type. (Inherited from ISystemDataType.)
Public propertyTableMethodsGets the collection of table methods that are supported by the xml data type.
Public propertyTypeSpecGets the DataTypeSpec object that provides the type specification. (Inherited from ISystemDataType.)
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.