Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.