Condividi tramite


Proprietà DatabaseAuditSpecificationExtender.DatabaseName

Gets the name of the database associated with the DatabaseAuditSpecification object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property DatabaseName As String 
    Get
'Utilizzo
Dim instance As DatabaseAuditSpecificationExtender 
Dim value As String 

value = instance.DatabaseName
[ExtendedPropertyAttribute]
public string DatabaseName { get; }
[ExtendedPropertyAttribute]
public:
property String^ DatabaseName {
    String^ get ();
}
[<ExtendedPropertyAttribute>]
member DatabaseName : string
function get DatabaseName () : String

Valore proprietà

Tipo: System.String
A String object that specifies the name of the database associated with the DatabaseAuditSpecification object.

Vedere anche

Riferimento

DatabaseAuditSpecificationExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo