DatabaseConfigurationProperties Class
Represents a class that is used to configure properties to store settings corresponding to settings that fall in between application/host level artifacts.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DatabaseConfigurationProperties
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public Class DatabaseConfigurationProperties
'Uso
Dim instance As DatabaseConfigurationProperties
public class DatabaseConfigurationProperties
public ref class DatabaseConfigurationProperties
type DatabaseConfigurationProperties = class end
public class DatabaseConfigurationProperties
The DatabaseConfigurationProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseConfigurationProperties | Initializes a new instance of the DatabaseConfigurationProperties class. |
Top
Properties
Name | Description | |
---|---|---|
UserLoginMapping | Gets the user login mapping used for mapping between users and logins. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.