Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Property Set guid.