SqlOlapConnectionInfoBase 생성자 (String, ConnectionType)
Initializes a new instance of the SqlOlapConnectionInfoBase class.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Protected Sub New ( _
serverName As String, _
serverType As ConnectionType _
)
‘사용 방법
Dim serverName As String
Dim serverType As ConnectionType
Dim instance As New SqlOlapConnectionInfoBase(serverName, _
serverType)
protected SqlOlapConnectionInfoBase(
string serverName,
ConnectionType serverType
)
protected:
SqlOlapConnectionInfoBase(
String^ serverName,
ConnectionType serverType
)
new :
serverName:string *
serverType:ConnectionType -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
serverName : String,
serverType : ConnectionType
)
매개 변수
- serverName
유형: System. . :: . .String
A String value that specifies the instance of SQL Server.
- serverType
유형: Microsoft.SqlServer.Management.Common. . :: . .ConnectionType
A ConnectionType object value that specifies the type of connection.