DacLogEntry.DatabaseName Property
Gets or sets the database name corresponding to any DAC operation.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Property DatabaseName As String
Get
Set
'Utilisation
Dim instance As DacLogEntry
Dim value As String
value = instance.DatabaseName
instance.DatabaseName = value
public string DatabaseName { get; set; }
public:
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)
Property Value
Type: String
The database name corresponding to any DAC operation.