DataTypeItem.SqlDbType Property
Converts 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.