共用方式為


ServerAuditSpecificationExtender.DatabaseName 屬性

Gets the specified name of the database.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<ExtendedPropertyAttribute> _
Public ReadOnly Property DatabaseName As String 
    Get
'用途
Dim instance As ServerAuditSpecificationExtender 
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 value for the database name.

請參閱

參考

ServerAuditSpecificationExtender 類別

Microsoft.SqlServer.Management.Smo 命名空間