Condividi tramite


Classe DataTypeArgSpec

Represents a system data type numeric-argument specification.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Class DataTypeArgSpec
'Utilizzo
Dim instance As DataTypeArgSpec
public class DataTypeArgSpec
public ref class DataTypeArgSpec
type DataTypeArgSpec =  class end
public class DataTypeArgSpec

Nel tipo DataTypeArgSpec sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblicaMembro statico DoubleByteLength Gets a DataTypeArgSpec object that represents a double-byte length argument (for example, nvarchar).
Proprietà pubblicaMembro statico NumericPrecision Gets a DataTypeArgSpec object that represents a numeric precision argument.
Proprietà pubblicaMembro statico NumericScale Gets a DataTypeArgSpec object that represents a numeric scale argument.
Proprietà pubblicaMembro statico SingleByteLength Gets a DataTypeArgSpec object that represents a single-byte length argument (for example, varchar).
Proprietà pubblicaMembro statico TimeScale Gets a DataTypeArgSpec object that represents a time scale argument.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Returns a string representation of the current object. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Campi

  Nome Descrizione
Campo pubblico DefaultValue Gets the default value of the data type argument.
Campo pubblico MaxValue Gets the maximum valid value for the data type argument.
Campo pubblico MinValue Gets the minimum valid value for the data type argument.
Campo pubblico Name Gets the name of the data type argument.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.