ManagedInstanceCollection.Item Property
Include Protected Members
Include Inherited Members
Returns the specified managed instance from the ManagedInstanceCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Item[K] | Gets the item specified by the key. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcCollection<T, K, ParentT>.) | |
Item[String] | Returns the managed instance with the specified name from the ManagedInstanceCollection. |
Top