Propriedade do RDL SearchPropertyCollection.Parent
Gets the SearchPropertyList which is the parent object for this instance.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which is the parent object for this instance.