共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。