DatabaseEngineInstanceCollection 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 a DatabaseEngineInstance object in the collection by index number.

System_CAPS_pubproperty Item[String]

Gets a DatabaseEngineInstance object in the collection by name.

System_CAPS_pubproperty Parent

Gets the SqlSmoObject object that is the parent of the DatabaseEngineInstanceCollection object.

System_CAPS_pubproperty SyncRoot

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

See Also

DatabaseEngineInstanceCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top