ServerRole Constructors
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.
Overloads
ServerRole() | |
ServerRole(Server, String) |
ServerRole()
public ServerRole ();
Public Sub New ()
Applies to
ServerRole(Server, String)
public ServerRole (Microsoft.SqlServer.Management.Smo.Server server, string name);
new Microsoft.SqlServer.Management.Smo.ServerRole : Microsoft.SqlServer.Management.Smo.Server * string -> Microsoft.SqlServer.Management.Smo.ServerRole
Public Sub New (server As Server, name As String)
Parameters
- server
- Server
- name
- String