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