SearchPropertyCollection.Parent 属性

Gets the SearchPropertyList which is the parent object for this instance.

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

语法

声明
Public ReadOnly Property Parent As SearchPropertyList 
    Get
用法
Dim instance As SearchPropertyCollection 
Dim value As SearchPropertyList 

value = instance.Parent
public SearchPropertyList Parent { get; }
public:
property SearchPropertyList^ Parent {
    SearchPropertyList^ get ();
}
member Parent : SearchPropertyList
function get Parent () : SearchPropertyList

属性值

类型:Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which is the parent object for this instance.

请参阅

参考

SearchPropertyCollection 类

Microsoft.SqlServer.Management.Smo 命名空间