次の方法で共有


ServerIPAddressCollection.Item[] プロパティ

定義

コレクション内にある指定した名前またはインデックス番号の ServerIPAddress オブジェクトを取得します。

オーバーロード

Item[Int32]

コレクション内の ServerIPAddress オブジェクトをインデックス番号に基づいて取得します。

Item[String]

コレクション内にある指定した名前の ServerIPAddress オブジェクトを取得します。

Item[Int32]

コレクション内の ServerIPAddress オブジェクトをインデックス番号に基づいて取得します。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddress ^ default[int] { Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddress ^ get(int index); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress
Default Public ReadOnly Property Item(index As Integer) As ServerIPAddress

パラメーター

index
Int32

ServerIPAddressCollection コレクション内の ServerIPAddress オブジェクトの位置を示す Int32 値です。

プロパティ値

サーバー IP アドレスを表す ServerIPAddress オブジェクトの値です。

コレクションの使用

適用対象

Item[String]

コレクション内にある指定した名前の ServerIPAddress オブジェクトを取得します。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddress ^ default[System::String ^] { Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddress ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress
Default Public ReadOnly Property Item(name As String) As ServerIPAddress

パラメーター

name
String

String コレクション内の ServerIPAddress オブジェクトの名前を示す ServerIPAddressCollection 値です。

プロパティ値

サーバー IP アドレスを表す ServerIPAddress オブジェクトの値です。

コレクションの使用

適用対象