Item プロパティ (Int32)
コレクション内にある指定したインデックス番号の BrokerPriority オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As BrokerPriority
Get
'使用
Dim instance As BrokerPriorityCollection
Dim index As Integer
Dim value As BrokerPriority
value = instance(index)
public BrokerPriority this[
int index
] { get; }
public:
property BrokerPriority^ default[int index] {
BrokerPriority^ get (int index);
}
member Item : BrokerPriority
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
BrokerPriorityCollection コレクション内の BrokerPriority オブジェクトの位置を示す Int32 値です。
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerPriority
メッセージ交換の優先度を表す BrokerPriority オブジェクト値です。