ServerRole.EnumMemberNames 메서드
Gets a StringCollection which contains the names of all the logins which belong to this role.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function EnumMemberNames As StringCollection
‘사용 방법
Dim instance As ServerRole
Dim returnValue As StringCollection
returnValue = instance.EnumMemberNames()
public StringCollection EnumMemberNames()
public:
StringCollection^ EnumMemberNames()
member EnumMemberNames : unit -> StringCollection
public function EnumMemberNames() : StringCollection
반환 값
유형: System.Collections.Specialized.StringCollection
A StringCollection which contains the names of all the logins which belong to this ServerRole.