Compartir a través de


DatabaseAuditSpecificationExtender.DatabaseName Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property DatabaseName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DatabaseAuditSpecificationExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo