SmartAdminState(SmartAdmin) Constructor

Definition

Initializes a new instance of the SmartAdminState class.

public SmartAdminState (Microsoft.SqlServer.Management.Smo.SmartAdmin smartadmin);
new Microsoft.SqlServer.Management.Smo.SmartAdminState : Microsoft.SqlServer.Management.Smo.SmartAdmin -> Microsoft.SqlServer.Management.Smo.SmartAdminState
Public Sub New (smartadmin As SmartAdmin)

Parameters

smartadmin
SmartAdmin

The smartadmin object.

Applies to