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.