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


Свойство SMOServerConn.Password

Sets the password for the connection, if you do not use Windows Authentication.

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

Синтаксис

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

instance.Password = value
public string Password { set; }
public:
property String^ Password {
    void set (String^ value);
}
member Password : string with get, set
function set Password (value : String)

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

Тип: System.String
A String that specifies a password for the connection.

Замечания

If you do not use Windows Authentication, you must provide the password for the connection.

См. также

Справочник

SMOServerConn Класс

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