DatabaseSegmentCollection Properties

 

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of objects in the referenced collection.(Inherited from SmoCollectionBase.)

System_CAPS_pubproperty IsSynchronized

Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.(Inherited from SmoCollectionBase.)

System_CAPS_pubproperty Item[Int32]

Gets the database segment in the collection at the specified index.

System_CAPS_pubproperty Item[String]

Gets the database segment in the collection identified by the segment name.

System_CAPS_pubproperty Parent

Gets the parent database of the segments.

System_CAPS_pubproperty SyncRoot

Gets an object that can be used to synchronize access to the collection.(Inherited from SmoCollectionBase.)

See Also

DatabaseSegmentCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top