Partager via


Propriété DatabaseAuditSpecificationExtender.DatabaseName

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property DatabaseName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DatabaseAuditSpecificationExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo