Propriedade do RDL Catalog.EncryptionAlgorithm
Gets the encryption algorithm used in a catalog.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption
The encryption algorithm used in a catalog.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices