Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents the CREATE DATABASE ENCRYPTION KEY statement.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.DatabaseEncryptionKeyStatement
Microsoft.SqlServer.TransactSql.ScriptDom.CreateDatabaseEncryptionKeyStatement
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class CreateDatabaseEncryptionKeyStatement _
Inherits DatabaseEncryptionKeyStatement
'Utilizzo
Dim instance As CreateDatabaseEncryptionKeyStatement
[SerializableAttribute]
public class CreateDatabaseEncryptionKeyStatement : DatabaseEncryptionKeyStatement
[SerializableAttribute]
public ref class CreateDatabaseEncryptionKeyStatement : public DatabaseEncryptionKeyStatement
[<SerializableAttribute>]
type CreateDatabaseEncryptionKeyStatement =
class
inherit DatabaseEncryptionKeyStatement
end
public class CreateDatabaseEncryptionKeyStatement extends DatabaseEncryptionKeyStatement
Nel tipo CreateDatabaseEncryptionKeyStatement sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
CreateDatabaseEncryptionKeyStatement | Initializes a new instance of the CreateDatabaseEncryptionKeyStatement class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Algorithm | Gets or sets the algorithm used for the encryption key. Ereditato da DatabaseEncryptionKeyStatement. |
![]() |
Encryptor | Gets or sets the encryptor name used to encrypt the encryption key. Only certificate and asymmetric key are allowed here, and crypto should not have password or signature. Ereditato da DatabaseEncryptionKeyStatement. |
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da TSqlFragment. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. Ereditato da TSqlFragment. |
![]() |
StartColumn | Gets the starting column. Ereditato da TSqlFragment. |
![]() |
StartLine | Gets the starting line. Ereditato da TSqlFragment. |
![]() |
StartOffset | Gets the fragment start offset value. Ereditato da TSqlFragment. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept | Accepts a visit from the specified visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Accepts a visit for the Children from the specified visitor. Esegue l'override di DatabaseEncryptionKeyStatement.AcceptChildren(TSqlFragmentVisitor). |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)