Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the password or signature.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property PasswordOrSignature As Literal
Get
Set
'Utilisation
Dim instance As CryptoMechanism
Dim value As Literal
value = instance.PasswordOrSignature
instance.PasswordOrSignature = value
public Literal PasswordOrSignature { get; set; }
public:
property Literal^ PasswordOrSignature {
Literal^ get ();
void set (Literal^ value);
}
member PasswordOrSignature : Literal with get, set
function get PasswordOrSignature () : Literal
function set PasswordOrSignature (value : Literal)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The password or signature.