ServerRole.AddMember(String) 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.
Adds server principal with name "memberName" to member collection to this server role.
public void AddMember (string memberName);
member this.AddMember : string -> unit
Public Sub AddMember (memberName As String)
Parameters
- memberName
- String