SqlAssembly.SqlAssemblyFiles プロパティ

SqlAssemblyFile オブジェクトのコレクションを表します。 各 SqlAssemblyFile オブジェクトは、参照するアセンブリに関連付けられたアセンブリ ファイルを表します。

名前空間:  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
参照するアセンブリに関連付けられたすべてのアセンブリ ファイルを示す SqlAssemblyFileCollection です。

説明

現在、アセンブリごとに 1 つのファイルのみがサポートされます。

使用例

プロパティの設定

関連項目

参照

SqlAssembly クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ASSEMBLY (Transact-SQL)