Поделиться через


SqlAssembly.SqlAssemblyFiles Property

Represents a collection of SqlAssemblyFile objects. Each SqlAssemblyFile object represents an assembly file associated with the referenced assembly.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property SqlAssemblyFiles As SqlAssemblyFileCollection
public SqlAssemblyFileCollection SqlAssemblyFiles { get; }
public:
property SqlAssemblyFileCollection^ SqlAssemblyFiles {
    SqlAssemblyFileCollection^ get ();
}
/** @property */
public SqlAssemblyFileCollection get_SqlAssemblyFiles ()
public function get SqlAssemblyFiles () : SqlAssemblyFileCollection

Значение свойства

A SqlAssemblyFileCollection that specifies all the assembly files associated with the referenced assembly.

Замечания

Currently, only one file per assembly is supported.

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Get and Set a Property in Visual Basic .NET

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SqlAssembly Class
SqlAssembly Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

CREATE ASSEMBLY (Transact-SQL)