Compartir a través de


Principal Propiedad

Gets the name of the principal to be monitored during the audit.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Principal As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .String
A String object value that specifies the name of the principal to be monitored during the audit.