ContainerItem.SurrogateKeyFieldName Property
Name of field that stores warehouse-specific ("surrogate") key.
Defaults to "__ID" for backward compatibility, although in new metadata we expect it to always be set explicitly.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property SurrogateKeyFieldName As String
public string SurrogateKeyFieldName { get; set; }
public:
property String^ SurrogateKeyFieldName {
String^ get ();
void set (String^ value);
}
member SurrogateKeyFieldName : string with get, set
function get SurrogateKeyFieldName () : String
function set SurrogateKeyFieldName (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.