Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean indicating if this column is related to the key.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public ReadOnly Property IsRelatedToKey As Boolean
public bool IsRelatedToKey { get; }
public:
property bool IsRelatedToKey {
bool get ();
}
/** @property */
public boolean get_IsRelatedToKey ()
public function get IsRelatedToKey () : boolean
Eigenschaftswert
true if this column is related to the key; false otherwise.
Hinweise
If this value is true, and the key is a single column, the RelatedAttribute property may optionally contain the name of the key column.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MiningStructureColumn Class
MiningStructureColumn Members
Microsoft.AnalysisServices.AdomdClient Namespace