SearchProperty.Parent 属性

Gets or sets the SearchPropertyList which contains the SearchProperty.

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

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SearchPropertyList 
    Get 
    Set
用法
Dim instance As SearchProperty 
Dim value As SearchPropertyList 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SearchPropertyList Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SearchPropertyList^ Parent {
    SearchPropertyList^ get ();
    void set (SearchPropertyList^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SearchPropertyList with get, set
function get Parent () : SearchPropertyList 
function set Parent (value : SearchPropertyList)

属性值

类型:Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which contains the SearchProperty.

请参阅

参考

SearchProperty 类

Microsoft.SqlServer.Management.Smo 命名空间