DataTypeItem.SourceField Property

The source of data for this field.

This is used for Fact Fields - a fact field will give you a measure in measure group in the cube. This will be the source column in the DSV for this field.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property SourceField As String
public string SourceField { get; set; }
public:
property String^ SourceField {
    String^ get ();
    void set (String^ value);
}
member SourceField : string with get, set
function get SourceField () : String 
function set SourceField (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace