ManagedComputer.ServerAliases 속성

Represents a collection of ServerAlias objects. Each ServerAlias object represents a server alias defined on the WMI installation.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection
A ServerAliasCollection object that represents all the server aliases defined on the WMI installation.

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

참고 항목

참조

ManagedComputer 클래스

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

관련 자료

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