ConnectionStore 생성자

정의

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

오버로드

ConnectionStore()

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

ConnectionStore(IContext)

지정한 컨텍스트 매개 변수를 사용하여 ConnectionStore 클래스의 새 인스턴스를 초기화합니다.

ConnectionStore(IServiceProvider)

지정한 serviceProvider 매개 변수를 사용하여 ConnectionStore 클래스의 새 인스턴스를 초기화합니다.

ConnectionStore()

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

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

적용 대상

ConnectionStore(IContext)

지정한 컨텍스트 매개 변수를 사용하여 ConnectionStore 클래스의 새 인스턴스를 초기화합니다.

public:
 ConnectionStore(Microsoft::SqlServer::Management::Data::IContext ^ context);
public ConnectionStore (Microsoft.SqlServer.Management.Data.IContext context);
new Microsoft.SqlServer.Management.ConnectionStore : Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.ConnectionStore
Public Sub New (context As IContext)

매개 변수

context
IContext

IContext에서 ConnectionInfo를 설정합니다.

적용 대상

ConnectionStore(IServiceProvider)

지정한 serviceProvider 매개 변수를 사용하여 ConnectionStore 클래스의 새 인스턴스를 초기화합니다.

public:
 ConnectionStore(IServiceProvider ^ serviceProvider);
public ConnectionStore (IServiceProvider serviceProvider);
new Microsoft.SqlServer.Management.ConnectionStore : IServiceProvider -> Microsoft.SqlServer.Management.ConnectionStore
Public Sub New (serviceProvider As IServiceProvider)

매개 변수

serviceProvider
IServiceProvider

serviceProvider에서 ConnectionInfo를 설정합니다.

적용 대상