Classe DataTypeArgSpec
Represents a system data type numeric-argument specification.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..DataTypeArgSpec
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Class DataTypeArgSpec
'Uso
Dim instance As DataTypeArgSpec
public class DataTypeArgSpec
public ref class DataTypeArgSpec
type DataTypeArgSpec = class end
public class DataTypeArgSpec
O tipo DataTypeArgSpec expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a string representation of the current object. (Substitui Object. . :: . .ToString() () () ().) |
Início
Campos
Nome | Descrição | |
---|---|---|
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.