This topic has not yet been rated - Rate this topic

UrnCollection.Item Property

Gets a Urn object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public Urn this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
An Int32 value that specifies the position of the [T:T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn] object in the UrnCollection collection.

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that represents the Uniform Resource Name (URN) address.

Implements

IList<T>.Item[Int32]
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.