Condividi tramite


Proprietà AuditSpecificationDetail.Principal

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Principal As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

AuditSpecificationDetail Struttura

Spazio dei nomi Microsoft.SqlServer.Management.Smo