DataTypeArgSpec 类

Represents a system data type numeric-argument specification.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.SqlParser.Metadata..::..DataTypeArgSpec

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Class DataTypeArgSpec
用法
Dim instance As DataTypeArgSpec
public class DataTypeArgSpec
public ref class DataTypeArgSpec
type DataTypeArgSpec =  class end
public class DataTypeArgSpec

DataTypeArgSpec 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Returns a string representation of the current object. (覆盖 Object. . :: . .ToString() () () ()。)

页首

字段

  名称 说明
公共字段 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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。