DataTypeSpec.SqlDataType Property
Gets the SqlDataType value of the built-in data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property SqlDataType As SqlDataType
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.SqlDataType
A SqlDataType value that specifies the built-in data type.