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