Compartir a través de


Catalog.EncryptionAlgorithm Propiedad

Gets the encryption algorithm used in a catalog.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
<DisplayNameKeyAttribute("Catalog_EncryptionAlgorithm")> _
<DisplayDescriptionKeyAttribute("Catalog_EncryptionAlgorithmDesc")> _
<DisplayCategoryKeyAttribute("General")> _
Public ReadOnly Property EncryptionAlgorithm As Catalog.Encryption 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Catalog Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices