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 네임스페이스