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

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Warehouse Namespace