SystemDataTypeCollection.Item Property (Int32)
SQL Server 2008 R2
Gets a SystemDataType object in the collection by index number.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- index
- Type: System.Int32
An Int32 value that specifies the position of the SystemDataType object in the SystemDataTypeCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.SystemDataTypeA SystemDataType object value that represents the system data type.
