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