Partager via


Propriété AlterCertificateStatement.AttestedBy

Gets or sets the string literal in case of ATTESTED BY option.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property AttestedBy As Literal 
    Get 
    Set
'Utilisation
Dim instance As AlterCertificateStatement 
Dim value As Literal 

value = instance.AttestedBy

instance.AttestedBy = value
public Literal AttestedBy { get; set; }
public:
property Literal^ AttestedBy {
    Literal^ get ();
    void set (Literal^ value);
}
member AttestedBy : Literal with get, set
function get AttestedBy () : Literal 
function set AttestedBy (value : Literal)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The string literal in case of ATTESTED BY option.

Voir aussi

Référence

AlterCertificateStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom