This topic has not yet been rated - Rate this topic

UserDefinedTypeCollection.Item Property (Int32)

Gets a UserDefinedType object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public UserDefinedType this[
	int index
] { get; }

Parameters

index
Type: System.Int32
An Int32 value that specifies the position of the UserDefinedType object in the UserDefinedTypeCollection collection.

Property Value

Type: Microsoft.SqlServer.Management.Smo.UserDefinedType
A UserDefinedType object value that represents the alias data type.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.