Share via


Catalog.EncryptionAlgorithm プロパティ

カタログで使用する暗号化アルゴリズムを取得します。

名前空間:  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
カタログで使用する暗号化アルゴリズムです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間