Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a data type that specifies the SmallInt definition used in the data type.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property SmallInt As DataType
public static DataType SmallInt { get; }
public:
static property DataType^ SmallInt {
DataType^ get ();
}
/** @property */
public static DataType get_SmallInt ()
public static function get SmallInt () : DataType
Valore proprietà
A DataType object value that specifies a SmallInt definition in the data type.
Osservazioni
A SmallInt is an integer that is stored in 2 bytes. The maximum value is 32,767. The minimum value is -32,767.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempio
How to: Construct a DataType Object by Using the Default Constructor in Visual Basic .NET
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DataType Class
DataType Members
Microsoft.SqlServer.Management.Smo Namespace
Altre risorse
int, bigint, smallint e tinyint (Transact-SQL)
Working with Data Types