Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Guid As Literal
Get
Set
'Usage
Dim instance As AuditGuidAuditOption
Dim value As Literal
value = instance.Guid
instance.Guid = value
public Literal Guid { get; set; }
public:
property Literal^ Guid {
Literal^ get ();
void set (Literal^ value);
}
member Guid : Literal with get, set
function get Guid () : Literal
function set Guid (value : Literal)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The GUID value.