Propriedade do RDL ConnectionSettings.SecureConnectionString
Obtém ou define uma versão criptografada da cadeia de conexão.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public Property SecureConnectionString As SecureString
Get
Set
'Uso
Dim instance As ConnectionSettings
Dim value As SecureString
value = instance.SecureConnectionString
instance.SecureConnectionString = value
[BrowsableAttribute(false)]
public SecureString SecureConnectionString { get; set; }
[BrowsableAttribute(false)]
public:
property SecureString^ SecureConnectionString {
SecureString^ get ();
void set (SecureString^ value);
}
[<BrowsableAttribute(false)>]
member SecureConnectionString : SecureString with get, set
function get SecureConnectionString () : SecureString
function set SecureConnectionString (value : SecureString)
Valor da propriedade
Tipo: SecureString
Um valor SecureString que especifica uma cadeia de conexão criptografada.
Comentários
Se essa propriedade for definida explicitamente, todas as propriedades do objeto ServerConnection serão populadas para refletir os valores na cadeia de conexão fornecida.
Se você tentar definir essa propriedade quando a conexão não puder ser alterada, será gerada uma exceção de ConnectionCannotBeChangedException.