Partager via


Propriété AddSearchPropertyListAction.PropertyName

Gets or sets the Property name.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property PropertyName As StringLiteral 
    Get 
    Set
'Utilisation
Dim instance As AddSearchPropertyListAction 
Dim value As StringLiteral 

value = instance.PropertyName

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

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Property name.

Voir aussi

Référence

AddSearchPropertyListAction Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom