Propriedade do RDL CryptoMechanism.PasswordOrSignature
Gets or sets the password or signature.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property PasswordOrSignature As Literal
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The password or signature.