AsymmetricKeySourceType Enumeration
The AsymmetricKeySourceType enumeration contains values that are used to specify the source type used to load an asymmetric key.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
語法
'宣告
Public Enumeration AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum class AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum AsymmetricKeySourceType
Members
Member name | Description |
---|---|
Executable | Value = 2. Load the asymmetric key from an executable. |
File | Value = 1. Load the asymmetric key from file. |
SqlAssembly | Value = 3. Load the asymmetric key from the specified assembly. |
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。