Freigeben über


AddSearchPropertyListAction.Guid-Eigenschaft

Gets or sets the Property Set guid.

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

Syntax

'Declaration
Public Property Guid As StringLiteral 
    Get 
    Set
'Usage
Dim instance As AddSearchPropertyListAction 
Dim value As StringLiteral 

value = instance.Guid

instance.Guid = value
public StringLiteral Guid { get; set; }
public:
property StringLiteral^ Guid {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member Guid : StringLiteral with get, set
function get Guid () : StringLiteral 
function set Guid (value : StringLiteral)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Property Set guid.

Siehe auch

Verweis

AddSearchPropertyListAction Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace