AuditSpecificationDetail.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.