Partager via


Classe DataTypeArgSpec

Represents a system data type numeric-argument specification.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Class DataTypeArgSpec
'Utilisation
Dim instance As DataTypeArgSpec
public class DataTypeArgSpec
public ref class DataTypeArgSpec
type DataTypeArgSpec =  class end
public class DataTypeArgSpec

Le type DataTypeArgSpec expose les membres suivants.

Propriétés

  Nom Description
Propriété publiqueMembre statique DoubleByteLength Gets a DataTypeArgSpec object that represents a double-byte length argument (for example, nvarchar).
Propriété publiqueMembre statique NumericPrecision Gets a DataTypeArgSpec object that represents a numeric precision argument.
Propriété publiqueMembre statique NumericScale Gets a DataTypeArgSpec object that represents a numeric scale argument.
Propriété publiqueMembre statique SingleByteLength Gets a DataTypeArgSpec object that represents a single-byte length argument (for example, varchar).
Propriété publiqueMembre statique TimeScale Gets a DataTypeArgSpec object that represents a time scale argument.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Returns a string representation of the current object. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Champs

  Nom Description
Champ public DefaultValue Gets the default value of the data type argument.
Champ public MaxValue Gets the maximum valid value for the data type argument.
Champ public MinValue Gets the minimum valid value for the data type argument.
Champ public Name Gets the name of the data type argument.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.