Share via


MiningStructureColumn.IsRelatedToKey Property

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

Property Value

true if this column is related to the key; false otherwise.

Remarks

If this value is true, and the key is a single column, the RelatedAttribute property may optionally contain the name of the key column.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MiningStructureColumn Class
MiningStructureColumn Members
Microsoft.AnalysisServices.AdomdClient Namespace