Propriedade do RDL SecureConnectionString
Gets or sets the secure string that is used to connect to the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
<SfcIgnoreAttribute> _
Public Property SecureConnectionString As SqlSecureString
Get
Set
'Uso
Dim instance As RegisteredServer
Dim value As SqlSecureString
value = instance.SecureConnectionString
instance.SecureConnectionString = value
[SfcIgnoreAttribute]
public SqlSecureString SecureConnectionString { get; set; }
[SfcIgnoreAttribute]
public:
property SqlSecureString^ SecureConnectionString {
SqlSecureString^ get ();
void set (SqlSecureString^ value);
}
[<SfcIgnoreAttribute>]
member SecureConnectionString : SqlSecureString with get, set
function get SecureConnectionString () : SqlSecureString
function set SecureConnectionString (value : SqlSecureString)
Valor da propriedade
Tipo: SqlSecureString
A SqlSecureString value that specifies the secure connection string.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também