DataTypeArgSpec Class
Represents a system data type numeric-argument specification.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (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().) |
| 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




