SqlOlapConnectionInfoBase 생성자 (String, String, String, ConnectionType)

Initializes a new instance of the SqlOlapConnectionInfoBase class.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Public Sub New ( _
    serverName As String, _
    userName As String, _
    password As String, _
    serverType As ConnectionType _
)
‘사용 방법
Dim serverName As String 
Dim userName As String 
Dim password As String 
Dim serverType As ConnectionType 

Dim instance As New SqlOlapConnectionInfoBase(serverName, _
    userName, password, serverType)
public SqlOlapConnectionInfoBase(
    string serverName,
    string userName,
    string password,
    ConnectionType serverType
)
public:
SqlOlapConnectionInfoBase(
    String^ serverName, 
    String^ userName, 
    String^ password, 
    ConnectionType serverType
)
new : 
        serverName:string * 
        userName:string * 
        password:string * 
        serverType:ConnectionType -> SqlOlapConnectionInfoBase
public function SqlOlapConnectionInfoBase(
    serverName : String, 
    userName : String, 
    password : String, 
    serverType : ConnectionType
)

매개 변수

참고 항목

참조

SqlOlapConnectionInfoBase 클래스

SqlOlapConnectionInfoBase 오버로드

Microsoft.SqlServer.Management.Common 네임스페이스