AddSearchPropertyListAction.Guid Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Property Set guid.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public StringLiteral Guid { get; set; }
public:
property StringLiteral^ Guid {
    StringLiteral^ get();
    void set(StringLiteral^ value);
}
member Guid : StringLiteral with get, set
Public Property Guid As StringLiteral

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral

The Property Set guid.

See Also

AddSearchPropertyListAction Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top