SearchPropertyCollection.Parent Propiedad
Gets the SearchPropertyList which is the parent object for this instance.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As SearchPropertyList
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which is the parent object for this instance.