Dimension.ParentFieldName Property
Name of field that contains business / op store key of parent entity.
Currently, this value does not have to be persisted in the dimension, but is used to pass the parent key to the sproc, in order to set the parent surrogate key.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property ParentFieldName As String
public string ParentFieldName { get; set; }
public:
property String^ ParentFieldName {
String^ get ();
void set (String^ value);
}
member ParentFieldName : string with get, set
function get ParentFieldName () : String
function set ParentFieldName (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.