AddSearchPropertyListAction.PropertyName 属性

Gets or sets the Property name.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property PropertyName As StringLiteral 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Property name.

请参阅

参考

AddSearchPropertyListAction 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间