SqlAssemblyCollection.Item Property (Int32)
SQL Server 2012
Gets a SqlAssembly 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 SqlAssembly object in the SqlAssemblyCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyA SqlAssembly object value that represents the assembly.
