SqlAssembly.SqlAssemblyFiles Property
SQL Server 2012
Represents a collection of SqlAssemblyFile objects. Each SqlAssemblyFile object represents an assembly file associated with the referenced assembly.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(SqlAssemblyFile))] public SqlAssemblyFileCollection SqlAssemblyFiles { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollectionA SqlAssemblyFileCollection that specifies all the assembly files associated with the referenced assembly.
