言語

ServerProtocolCollection.Item[] プロパティ

定義

オーバーロード

名前 説明
Item[Int32]
Item[String]

Item[Int32]

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

パラメーター

index
Int32

プロパティ値

適用対象

Item[String]

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

パラメーター

name
String

プロパティ値

適用対象