Compartir a través de


Int Propiedad

Gets the data type specification for the int data type.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property Int As DataTypeSpec
    Get
'Uso
Dim value As DataTypeSpec

value = DataTypeSpec.Int
public static DataTypeSpec Int { get; }
public:
static property DataTypeSpec^ Int {
    DataTypeSpec^ get ();
}
static member Int : DataTypeSpec
static function get Int () : DataTypeSpec

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the int data type specification.