OlapConnectionProperties 생성자

정의

OlapConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

오버로드

OlapConnectionProperties()

기본 속성 값을 사용하여 OlapConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

OlapConnectionProperties(IServerType)

지정한 부모 서버를 포함하는 OlapConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

OlapConnectionProperties()

기본 속성 값을 사용하여 OlapConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

public:
 OlapConnectionProperties();
public OlapConnectionProperties ();
Public Sub New ()

적용 대상

OlapConnectionProperties(IServerType)

지정한 부모 서버를 포함하는 OlapConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

public:
 OlapConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public OlapConnectionProperties (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties
Public Sub New (parentServer As IServerType)

매개 변수

parentServer
IServerType

이 컨트롤의 인스턴스를 만드는 메서드입니다.

적용 대상