Свойство Item (String)
Gets a SqlAssemblyFile object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As SqlAssemblyFile
Get
'Применение
Dim instance As SqlAssemblyFileCollection
Dim name As String
Dim value As SqlAssemblyFile
value = instance(name)
public SqlAssemblyFile this[
string name
] { get; }
public:
property SqlAssemblyFile^ default[String^ name] {
SqlAssemblyFile^ get (String^ name);
}
member Item : SqlAssemblyFile
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the SqlAssemblyFile object in the SqlAssemblyFileCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyFile
A SqlAssemblyFile object value that represents the assembly file.