다음을 통해 공유


DatabaseName 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.