Partager via


Propriété SqlDataType

Gets the SqlDataType value of the built-in data type.

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

Syntaxe

'Déclaration
Public ReadOnly Property SqlDataType As SqlDataType
    Get
'Utilisation
Dim instance As DataTypeSpec
Dim value As SqlDataType

value = instance.SqlDataType
public SqlDataType SqlDataType { get; }
public:
property SqlDataType SqlDataType {
    SqlDataType get ();
}
member SqlDataType : SqlDataType
function get SqlDataType () : SqlDataType

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .SqlDataType
A SqlDataType value that specifies the built-in data type.