Guid 属性
Gets the Guid value that uniquely identifies the referenced server audit specification.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public ReadOnly Property Guid As Guid
Get
用法
Dim instance As ServerAuditSpecification
Dim value As Guid
value = instance.Guid
[SfcPropertyAttribute]
public Guid Guid { get; }
[SfcPropertyAttribute]
public:
property Guid Guid {
Guid get ();
}
[<SfcPropertyAttribute>]
member Guid : Guid
function get Guid () : Guid
属性值
类型:System. . :: . .Guid
A Guid system value that identifies the server audit specification.