MiningStructureColumn.IsRelatedToKey Property
Gets a Boolean indicating if this column is related to the key.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsRelatedToKey As Boolean
Get
'Usage
Dim instance As MiningStructureColumn
Dim value As Boolean
value = instance.IsRelatedToKey
public bool IsRelatedToKey { get; }
public:
property bool IsRelatedToKey {
bool get ();
}
member IsRelatedToKey : bool
function get IsRelatedToKey () : boolean
Property Value
Type: System.Boolean
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.