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 | |
|---|---|---|
![]() ![]() |
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 alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Returns a string representation of the current object. Esegue l'override di Object. . :: . .ToString() () () (). |
In alto
Campi
| Nome | Descrizione | |
|---|---|---|
![]() |
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 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.
.gif)
.gif)
.gif)
.gif)
.gif)