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


Конструктор SMOServerConn (Boolean, String, String)

Initializes a new instance of the SMOServerConn class, initializing the authentication mode, user name, and password.

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

Синтаксис

'Декларация
Public Sub New ( _
    bUseWindowsAuthentication As Boolean, _
    UserName As String, _
    Password As String _
)
'Применение
Dim bUseWindowsAuthentication As Boolean 
Dim UserName As String 
Dim Password As String 

Dim instance As New SMOServerConn(bUseWindowsAuthentication, _
    UserName, Password)
public SMOServerConn(
    bool bUseWindowsAuthentication,
    string UserName,
    string Password
)
public:
SMOServerConn(
    bool bUseWindowsAuthentication, 
    String^ UserName, 
    String^ Password
)
new : 
        bUseWindowsAuthentication:bool * 
        UserName:string * 
        Password:string -> SMOServerConn
public function SMOServerConn(
    bUseWindowsAuthentication : boolean, 
    UserName : String, 
    Password : String
)

Параметры

  • bUseWindowsAuthentication
    Тип: System.Boolean
    A Boolean that specifies whether the connection manager uses Windows Authentication. true if Windows Authentication is used.
  • UserName
    Тип: System.String
    The user name that the connection manager uses.
  • Password
    Тип: System.String
    The password that the connection manager uses.

См. также

Справочник

SMOServerConn Класс

Перегрузка SMOServerConn

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