Condividi tramite


Proprietà ServerAuditSpecificationExtender.DatabaseName

Gets the specified name of the database.

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 ServerAuditSpecificationExtender 
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 value for the database name.

Vedere anche

Riferimento

ServerAuditSpecificationExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo