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 네임스페이스