Свойство SecureConnectionString

Gets or sets the secure string that is used to connect to the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
<SfcIgnoreAttribute> _
Public Property SecureConnectionString As SqlSecureString
    Get
    Set
'Применение
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)

Значение свойства

Тип SqlSecureString
A SqlSecureString value that specifies the secure connection string.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.