ServerInstanceCollection.Item[] 속성

정의

이름이나 인덱스 번호를 사용하여 컬렉션에서 ServerInstance 개체를 가져옵니다.

오버로드

Item[Int32]

인덱스 번호를 사용하여 컬렉션에서 ServerInstance 개체를 가져옵니다.

Item[String]

이름을 사용하여 컬렉션에서 ServerInstance 개체를 가져옵니다.

Item[Int32]

인덱스 번호를 사용하여 컬렉션에서 ServerInstance 개체를 가져옵니다.

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

매개 변수

index
Int32

Int32 컬렉션에서 ServerInstance 개체의 위치를 지정하는 ServerInstanceCollection 값입니다.

속성 값

ServerInstance SQL Server 인스턴스를 나타내는 개체 값입니다.

적용 대상

Item[String]

이름을 사용하여 컬렉션에서 ServerInstance 개체를 가져옵니다.

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

매개 변수

name
String

String 컬렉션에서 ServerInstance 개체의 이름을 지정하는 ServerInstanceCollection 값입니다.

속성 값

ServerInstance SQL Server 인스턴스를 나타내는 개체 값입니다.

적용 대상