Proprietà SearchPropertyCollection.Parent
Gets the SearchPropertyList which is the parent object for this instance.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As SearchPropertyList
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which is the parent object for this instance.