ServerRoleExtender 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
| ServerRoleExtender() | |
| ServerRoleExtender(ServerRole) |
ServerRoleExtender()
public ServerRoleExtender ();
Public Sub New ()
Applies to
ServerRoleExtender(ServerRole)
public ServerRoleExtender (Microsoft.SqlServer.Management.Smo.ServerRole serverRole);
new Microsoft.SqlServer.Management.Smo.ServerRoleExtender : Microsoft.SqlServer.Management.Smo.ServerRole -> Microsoft.SqlServer.Management.Smo.ServerRoleExtender
Public Sub New (serverRole As ServerRole)
Parameters
- serverRole
- ServerRole