Właściwość AuditSpecificationDetail.ObjectName
Pobiera nazwę obiektu monitorowane podczas audytu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property ObjectName As String
Get
'Użycie
Dim instance As AuditSpecificationDetail
Dim value As String
value = instance.ObjectName
public string ObjectName { get; }
public:
property String^ ObjectName {
String^ get ();
}
member ObjectName : string
function get ObjectName () : String
Wartość właściwości
Typ: System.String
A String wartość obiektu, który określa nazwę obiektu monitorowane podczas inspekcji.
Zobacz także