Свойство SqlAssembly.SqlAssemblyFiles

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 (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(SqlAssemblyFile))> _
Public ReadOnly Property SqlAssemblyFiles As SqlAssemblyFileCollection 
    Get
'Применение
Dim instance As SqlAssembly 
Dim value As SqlAssemblyFileCollection 

value = instance.SqlAssemblyFiles
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SqlAssemblyFile))]
public SqlAssemblyFileCollection SqlAssemblyFiles { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(SqlAssemblyFile))]
public:
property SqlAssemblyFileCollection^ SqlAssemblyFiles {
    SqlAssemblyFileCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SqlAssemblyFile))>]
member SqlAssemblyFiles : SqlAssemblyFileCollection
function get SqlAssemblyFiles () : SqlAssemblyFileCollection

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

Тип: Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection
A SqlAssemblyFileCollection that specifies all the assembly files associated with the referenced assembly.

Замечания

Currently, only one file per assembly is supported.

Примеры

Установка свойств

См. также

Справочник

SqlAssembly Класс

Пространство имен Microsoft.SqlServer.Management.Smo

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

CREATE ASSEMBLY (Transact-SQL)