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