DataTypeItem.SqlDbType Property

Convert the string attribute Type to a SqlDbType.

FUTURE: Change Type to be a SqlDbType.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public ReadOnly Property SqlDbType As SqlDbType
public SqlDbType SqlDbType { get; }
public:
property SqlDbType SqlDbType {
    SqlDbType get ();
}
member SqlDbType : SqlDbType with get
function get SqlDbType () : SqlDbType

Property Value

Type: System.Data.SqlDbType
Returns SqlDbType.

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace