This topic has not yet been rated - Rate this topic

SfcCollection<T, K, ParentT>.Item Property

Gets the item specified by the key. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public T this[
	K key
] { get; }

Parameters

key
Type: K
The key that identifies the item to get.

Property Value

Type: T
The object specified by the key.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.