CryptoMechanism.PasswordOrSignature 属性
Gets or sets the password or signature.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property PasswordOrSignature As Literal
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The password or signature.