다음을 통해 공유


ManagedComputer.ConnectionSettings 속성

Gets the connection settings for the referenced WMI installation.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement(Microsoft.SqlServer.SqlWmiManagement.dll)

구문

‘선언
Public ReadOnly Property ConnectionSettings As WmiConnectionInfo 
    Get
‘사용 방법
Dim instance As ManagedComputer 
Dim value As WmiConnectionInfo 

value = instance.ConnectionSettings
public WmiConnectionInfo ConnectionSettings { get; }
public:
property WmiConnectionInfo^ ConnectionSettings {
    WmiConnectionInfo^ get ();
}
member ConnectionSettings : WmiConnectionInfo
function get ConnectionSettings () : WmiConnectionInfo

속성 값

유형: Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo
A WmiConnectionInfo object that represents all the connection settings defined on the WMI installation.

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

참고 항목

참조

ManagedComputer 클래스

Microsoft.SqlServer.Management.Smo.Wmi 네임스페이스

관련 자료

SQL Server 데이터베이스 엔진에 연결