ConnectionSettings 속성
Gets the connection settings for the referenced WMI installation.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
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.