Свойство ObjectSchema
Gets the schema of the object to be monitored during the audit.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property ObjectSchema As String
Get
'Применение
Dim instance As AuditSpecificationDetail
Dim value As String
value = instance.ObjectSchema
public string ObjectSchema { get; }
public:
property String^ ObjectSchema {
String^ get ();
}
member ObjectSchema : string
function get ObjectSchema () : String
Значение свойства
Тип System. . :: . .String
A String object value that specifies the schema of the object to be monitored during the audit.