UrnCollection.Item Property
SQL Server 2012
Gets a Urn object in the collection by index number.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
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.UrnA Urn object value that represents the Uniform Resource Name (URN) address.
