Catalog.EncryptionAlgorithm 属性

Gets the encryption algorithm used in a catalog.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
<DisplayNameKeyAttribute("Catalog_EncryptionAlgorithm")> _
<DisplayDescriptionKeyAttribute("Catalog_EncryptionAlgorithmDesc")> _
<DisplayCategoryKeyAttribute("General")> _
Public ReadOnly Property EncryptionAlgorithm As Catalog.Encryption 
    Get
用法
Dim instance As Catalog 
Dim value As Catalog.Encryption 

value = instance.EncryptionAlgorithm
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
[DisplayNameKeyAttribute("Catalog_EncryptionAlgorithm")]
[DisplayDescriptionKeyAttribute("Catalog_EncryptionAlgorithmDesc")]
[DisplayCategoryKeyAttribute("General")]
public Catalog.Encryption EncryptionAlgorithm { get; }
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
[DisplayNameKeyAttribute(L"Catalog_EncryptionAlgorithm")]
[DisplayDescriptionKeyAttribute(L"Catalog_EncryptionAlgorithmDesc")]
[DisplayCategoryKeyAttribute(L"General")]
public:
property Catalog.Encryption EncryptionAlgorithm {
    Catalog.Encryption get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<PropertyOrderAttribute()>]
[<DisplayNameKeyAttribute("Catalog_EncryptionAlgorithm")>]
[<DisplayDescriptionKeyAttribute("Catalog_EncryptionAlgorithmDesc")>]
[<DisplayCategoryKeyAttribute("General")>]
member EncryptionAlgorithm : Catalog.Encryption
function get EncryptionAlgorithm () : Catalog.Encryption

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption
The encryption algorithm used in a catalog.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间