Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns an item based on the item identifier.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function ItemById ( _
id As Integer _
) As CryptographicProvider
'Применение
Dim instance As CryptographicProviderCollection
Dim id As Integer
Dim returnValue As CryptographicProvider
returnValue = instance.ItemById(id)
public CryptographicProvider ItemById(
int id
)
public:
CryptographicProvider^ ItemById(
int id
)
member ItemById :
id:int -> CryptographicProvider
public function ItemById(
id : int
) : CryptographicProvider
Параметры
- id
Тип: System.Int32
The specified identifier.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo.CryptographicProvider
The cryptographic provider that has the specified identifier.
Примеры
См. также
Справочник
CryptographicProviderCollection Класс
Пространство имен Microsoft.SqlServer.Management.Smo