Gets or sets the secret required for outgoing authentication.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Secret As Literal
Get
Set
'用途
Dim instance As CredentialStatement
Dim value As Literal
value = instance.Secret
instance.Secret = value
public Literal Secret { get; set; }
public:
property Literal^ Secret {
Literal^ get ();
void set (Literal^ value);
}
member Secret : Literal with get, set
function get Secret () : Literal
function set Secret (value : Literal)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The secret required for outgoing authentication.