Compartir a través de


AddSearchPropertyListAction.PropertyName Propiedad

Gets or sets the Property name.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property PropertyName As StringLiteral 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

AddSearchPropertyListAction Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom