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.