SqlServerServerResource(String, ParameterResource) Constructor
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.
Initializes a new instance of the SqlServerServerResource class.
public SqlServerServerResource (string name, Aspire.Hosting.ApplicationModel.ParameterResource password);
new Aspire.Hosting.ApplicationModel.SqlServerServerResource : string * Aspire.Hosting.ApplicationModel.ParameterResource -> Aspire.Hosting.ApplicationModel.SqlServerServerResource
Public Sub New (name As String, password As ParameterResource)
Parameters
- name
- String
The name of the resource.
- password
- ParameterResource
A parameter that contains the SQL Server password.