Item プロパティ (String)
コレクション内にある指定した名前の Alert オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
name As String _
) As Alert
Get
'使用
Dim instance As AlertCollection
Dim name As String
Dim value As Alert
value = instance(name)
public Alert this[
string name
] { get; }
public:
property Alert^ default[String^ name] {
Alert^ get (String^ name);
}
member Item : Alert
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: System. . :: . .String
AlertCollection コレクション内の Alert オブジェクトの名前を示す String 値です。
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Agent. . :: . .Alert
警告を表す Alert オブジェクトの値です。
説明
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。