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.

示例

设置属性