SqlAssembly.SqlAssemblyFiles Property
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)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(SqlAssemblyFile))> _
Public ReadOnly Property SqlAssemblyFiles As SqlAssemblyFileCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(SqlAssemblyFile))]
public SqlAssemblyFileCollection SqlAssemblyFiles { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(SqlAssemblyFile))]
public:
property SqlAssemblyFileCollection^ SqlAssemblyFiles {
SqlAssemblyFileCollection^ get ();
}
/** @property */
public SqlAssemblyFileCollection get_SqlAssemblyFiles ()
public function get SqlAssemblyFiles () : SqlAssemblyFileCollection
Property Value
A SqlAssemblyFileCollection that specifies all the assembly files associated with the referenced assembly.
Remarks
Currently, only one file per assembly is supported.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
SqlAssembly Class
SqlAssembly Members
Microsoft.SqlServer.Management.Smo Namespace