DatabaseEncryptionKeyExtender 類別
Extends the database encryption key class.
此 API 不符合 CLS 標準。
繼承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<DatabaseEncryptionKey>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<DatabaseEncryptionKey>
Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public Class DatabaseEncryptionKeyExtender _
Inherits SmoObjectExtender(Of DatabaseEncryptionKey) _
Implements ISfcValidate
'用途
Dim instance As DatabaseEncryptionKeyExtender
[CLSCompliantAttribute(false)]
public class DatabaseEncryptionKeyExtender : SmoObjectExtender<DatabaseEncryptionKey>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class DatabaseEncryptionKeyExtender : public SmoObjectExtender<DatabaseEncryptionKey^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type DatabaseEncryptionKeyExtender =
class
inherit SmoObjectExtender<DatabaseEncryptionKey>
interface ISfcValidate
end
public class DatabaseEncryptionKeyExtender extends SmoObjectExtender<DatabaseEncryptionKey> implements ISfcValidate
DatabaseEncryptionKeyExtender 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
DatabaseEncryptionKeyExtender() | Creates a new database encryption key extender. |
![]() |
DatabaseEncryptionKeyExtender(DatabaseEncryptionKey) | Creates a new database encryption key extender. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
AsymmetricKeyName | Gets the name of the asymmetric key. |
![]() |
AsymmetricKeyNames | Gets a collection of asymmetric key names. |
![]() |
CertificateName | Gets the name of the certificate. |
![]() |
CertificateNames | Gets a collection of certificate names. |
![]() |
DatabaseEncryptionEnabled | Gets or sets a Boolean value that indicates whether encryption is enabled for a database. |
![]() |
EncryptionState | Gets the database encryption state. |
![]() |
Parent | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
ReEncrypt | Gets or sets a Boolean value to indicate whether an encryption key will be re-encrypted. |
![]() |
Regenerate | Gets or sets a Boolean value to indicate whether an encryption key will be regenerated. |
![]() |
State | Gets the encryption state. |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (繼承自 SmoObjectExtender<T>。) |
![]() |
GetPropertySet | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
OnPropertyMetadataChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
parent_PropertyChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
RegisterProperty(PropertyInfo, String) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
ToString | (繼承自 Object。) |
![]() |
Validate | Returns a validation state for a method. |
上層
事件
名稱 | 說明 | |
---|---|---|
![]() |
PropertyChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
![]() |
PropertyMetadataChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。