Поделиться через


Свойство ConnectionManagerHttpClass.ServerPassword

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Sets the password used to log on to the server.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable WriteOnly Property ServerPassword As String 
    Set
'Применение
Dim instance As ConnectionManagerHttpClass 
Dim value As String

instance.ServerPassword = value
public virtual string ServerPassword { set; }
public:
virtual property String^ ServerPassword {
    void set (String^ value);
}
abstract ServerPassword : string with get, set 
override ServerPassword : string with get, set
function set ServerPassword (value : String)

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

Тип: System.String
The password used to log on to the server.

Реализует

IDTSConnectionManagerHttp100.ServerPassword

См. также

Справочник

ConnectionManagerHttpClass Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper