UserDefinedTypeCollection Properties
Namespace:
Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Name | Description | |
---|---|---|
![]() | Count | Gets the number of objects in the referenced collection.(Inherited from SmoCollectionBase.) |
![]() | IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.(Inherited from SmoCollectionBase.) |
![]() | Item[Int32] | Gets a UserDefinedType object in the collection by index number. |
![]() | Item[String] | Gets a UserDefinedType object in the collection by name. |
![]() | Item[String, String] | Gets a UserDefinedType object in the collection by name and schema. |
![]() | Parent | Gets the Database object that is the parent of the UserDefinedType object. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection.(Inherited from SmoCollectionBase.) |
Show: