Поделиться через


Свойство DatabaseAuditSpecificationExtender.DatabaseName

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public ReadOnly Property DatabaseName As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A String object that specifies the name of the database associated with the DatabaseAuditSpecification object.

См. также

Справочник

DatabaseAuditSpecificationExtender Класс

Пространство имен Microsoft.SqlServer.Management.Smo