SPColumnDefinition.Type Property

Gets the column SQL data type.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Type As SqlDbType
    Get
    Friend Set
'Usage
Dim instance As SPColumnDefinition
Dim value As SqlDbType

value = instance.Type
public SqlDbType Type { get; internal set; }

Property Value

Type: System.Data.SqlDbType
Returns a SqlDbType representation of the column SQL type.

See Also

Reference

SPColumnDefinition Structure

SPColumnDefinition Members

Microsoft.SharePoint.Administration Namespace