Catalog.ChangeEncryptionAlgorithm 方法
Changes the encryption algorithm.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Sub ChangeEncryptionAlgorithm ( _
algorithm As Catalog.Encryption _
)
用法
Dim instance As Catalog
Dim algorithm As Catalog.Encryption
instance.ChangeEncryptionAlgorithm(algorithm)
public void ChangeEncryptionAlgorithm(
Catalog.Encryption algorithm
)
public:
void ChangeEncryptionAlgorithm(
Catalog.Encryption algorithm
)
member ChangeEncryptionAlgorithm :
algorithm:Catalog.Encryption -> unit
public function ChangeEncryptionAlgorithm(
algorithm : Catalog.Encryption
)
参数
- algorithm
类型:Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption
The encryption algorithm being change.