ServerRole.EnumServerRoleMembers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
This method will be removed in a future version of SMO. This method returns a StringColleciton object that enumerates names of the members of a server role.
[System.Obsolete]
public System.Collections.Specialized.StringCollection EnumServerRoleMembers ();
[<System.Obsolete>]
member this.EnumServerRoleMembers : unit -> System.Collections.Specialized.StringCollection
Public Function EnumServerRoleMembers () As StringCollection
Returns
- Attributes