DataTypeArgSpec Class
Represents a system data type numeric-argument specification.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.SqlParser.Metadata.DataTypeArgSpec
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Class DataTypeArgSpec
'Usage
Dim instance As DataTypeArgSpec
public class DataTypeArgSpec
public ref class DataTypeArgSpec
type DataTypeArgSpec = class end
public class DataTypeArgSpec
The DataTypeArgSpec type exposes the following members.
Properties
Name | Description | |
---|---|---|
DoubleByteLength | Gets a DataTypeArgSpec object that represents a double-byte length argument (for example, nvarchar). | |
NumericPrecision | Gets a DataTypeArgSpec object that represents a numeric precision argument. | |
NumericScale | Gets a DataTypeArgSpec object that represents a numeric scale argument. | |
SingleByteLength | Gets a DataTypeArgSpec object that represents a single-byte length argument (for example, varchar). | |
TimeScale | Gets a DataTypeArgSpec object that represents a time scale argument. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of the current object. (Overrides Object.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
DefaultValue | Gets the default value of the data type argument. | |
MaxValue | Gets the maximum valid value for the data type argument. | |
MinValue | Gets the minimum valid value for the data type argument. | |
Name | Gets the name of the data type argument. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.