Свойство IsLinked
Gets a value indicating whether the current dimension is linked.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean
Get
'Применение
Dim instance As Dimension
Dim value As Boolean
value = instance.IsLinked
[BrowsableAttribute(false)]
public bool IsLinked { get; }
[BrowsableAttribute(false)]
public:
property bool IsLinked {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsLinked : bool
function get IsLinked () : boolean
Значение свойства
Тип System. . :: . .Boolean
true if the dimension is linked; otherwise, false.
См. также