AlterCertificateStatement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents ALTER CERTIFICATE statement
[System.Serializable]
public class AlterCertificateStatement : Microsoft.SqlServer.TransactSql.ScriptDom.CertificateStatementBase
[<System.Serializable>]
type AlterCertificateStatement = class
inherit CertificateStatementBase
Public Class AlterCertificateStatement
Inherits CertificateStatementBase
- Inheritance
- Attributes
Constructors
AlterCertificateStatement() |
Fields
Uninitialized |
Constant to indicate and uninitialized token. (Inherited from TSqlFragment) |
Properties
ActiveForBeginDialog |
ACTIVE FOR BEGIN_DIALOG optional option value (Inherited from CertificateStatementBase) |
AttestedBy |
String literal in case of ATTESTED BY option |
DecryptionPassword |
Optional private key decryption password (Inherited from CertificateStatementBase) |
EncryptionPassword |
Optional private key encryption password (Inherited from CertificateStatementBase) |
FirstTokenIndex |
Gets or sets the first index of the token. (Inherited from TSqlFragment) |
FragmentLength |
Defines the number of characters the fragment takes up in the script it was parsed. (Inherited from TSqlFragment) |
Kind |
Specifies exectly how certificate was altered |
LastTokenIndex |
Gets or sets the last index of the token. (Inherited from TSqlFragment) |
Name |
Certificate name (Inherited from CertificateStatementBase) |
PrivateKeyPath |
Optional path to private key (Inherited from CertificateStatementBase) |
ScriptTokenStream |
Gets or sets the script token stream. (Inherited from TSqlFragment) |
StartColumn |
Gets the start column. (Inherited from TSqlFragment) |
StartLine |
Gets the start line. (Inherited from TSqlFragment) |
StartOffset |
Defines the character offset of fragments starting location in the script it was parsed. (Inherited from TSqlFragment) |
Methods
Accept(TSqlFragmentVisitor) |
Accepts visitor |
AcceptChildren(TSqlFragmentVisitor) |
Accepts visitor for Children |