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.