SqlAssemblyFileCollection クラス

SqlAssemblyFileCollection クラスは SqlAssemblyFile オブジェクトのコレクションです。これは、テーブルで定義されているすべてのアセンブリ ファイルを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class SqlAssemblyFileCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As SqlAssemblyFileCollection
public sealed class SqlAssemblyFileCollection : SimpleObjectCollectionBase
public ref class SqlAssemblyFileCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type SqlAssemblyFileCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class SqlAssemblyFileCollection extends SimpleObjectCollectionBase

説明

SqlAssemblyFileCollection オブジェクトを使用して、一連のアセンブリ ファイルにアクセスできます。特定の SqlAssemblyFile オブジェクトを取得するには、Item プロパティを使用します。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。