共用方式為


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)