SqlServerDatabaseResource
Class net10.0
A resource that represents a SQL Server database that is a child of a SQL Server container resource.
namespace Aspire.Hosting.ApplicationModel;
public class SqlServerDatabaseResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.ApplicationModel.SqlServerServerResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<SqlServerServerResource>IValueProviderIValueWithReferences
6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the SQL Server database.
DatabaseNamegetstring Gets the database name.
JdbcConnectionStringgetReferenceExpression Gets the JDBC connection string for the SQL Server database.
Parentget Gets the parent SQL Server container resource.
UriExpressiongetReferenceExpression Gets the connection URI expression for the SQL Server database.