LinkedServerCollection クラス
LinkedServerCollection クラスは、SQL Server のインスタンスで登録されたすべてのリンク サーバーを表す LinkedServer オブジェクトのコレクションです。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class LinkedServerCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As LinkedServerCollection
public sealed class LinkedServerCollection : SimpleObjectCollectionBase
public ref class LinkedServerCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type LinkedServerCollection =
class
inherit SimpleObjectCollectionBase
end
public final class LinkedServerCollection extends SimpleObjectCollectionBase
説明
LinkedServerCollection オブジェクトは、一連のリンク サーバーにアクセスするときに使用します。Item プロパティを使用して、特定の LinkedServer オブジェクトを取得できます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..LinkedServerCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。