共用方式為


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.