Метод 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.