CredentialStatement.Secret Property
SQL Server 2012
Gets or sets the secret required for outgoing authentication.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property Secret As Literal Get Set 'Usage Dim instance As CredentialStatement Dim value As Literal value = instance.Secret instance.Secret = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralThe secret required for outgoing authentication.
