Dimension.IsLinked Property
Gets a value indicating whether the current dimension is linked.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public bool IsLinked { get; }
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public:
property bool IsLinked {
bool get ();
}
/** @property */
public boolean get_IsLinked ()
public function get IsLinked () : boolean
Значение свойства
true if the dimension is linked; otherwise, false.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace