Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a true value if current dimension is of ParentChild type.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsParentChild As Boolean
Get
'Utilisation
Dim instance As Dimension
Dim value As Boolean
value = instance.IsParentChild
[BrowsableAttribute(false)]
public bool IsParentChild { get; }
[BrowsableAttribute(false)]
public:
property bool IsParentChild {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsParentChild : bool
function get IsParentChild () : boolean
Valeur de propriété
Type : System.Boolean
true if the dimension is linked; otherwise, false.