Propriété AdomdRestriction.Parent
Gets the containing collection, or null if the AdomdRestriction is not in a collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As Object
Get
'Utilisation
Dim instance As AdomdRestriction
Dim value As Object
value = instance.Parent
public Object Parent { get; }
public:
property Object^ Parent {
Object^ get ();
}
member Parent : Object
function get Parent () : Object
Valeur de propriété
Type : System.Object
Gets an instance of the containing collection for the AdomdRestriction, or null if the AdomdRestriction is not yet in a collection.