Свойство Item (String)
Gets a Certificate 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 Certificate
Get
'Применение
Dim instance As CertificateCollection
Dim name As String
Dim value As Certificate
value = instance(name)
public Certificate this[
string name
] { get; }
public:
property Certificate^ default[String^ name] {
Certificate^ get (String^ name);
}
member Item : Certificate
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип System. . :: . .String
A string value that specifies the name of the Certificate object in the CertificateCollection collection.
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .Certificate
A Certificate object value that represents the certificate.