다음을 통해 공유


DatabaseAuditSpecification.Guid 속성

Gets the Guid value that uniquely identifies the referenced database audit specification.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Guid As Guid 
    Get
‘사용 방법
Dim instance As DatabaseAuditSpecification 
Dim value As Guid 

value = instance.Guid
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid Guid { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid Guid {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Guid : Guid
function get Guid () : Guid

속성 값

유형: System.Guid
A Guid system value that identifies the database audit specification.

참고 항목

참조

DatabaseAuditSpecification 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스