SqlResourceComponentFeatures Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SqlResourceComponentFeatures
[FlagsAttribute]
public enum SqlResourceComponentFeatures
[FlagsAttribute]
public enum class SqlResourceComponentFeatures
[<FlagsAttribute>]
type SqlResourceComponentFeatures
public enum SqlResourceComponentFeatures

Members

Member name Description
BindPartitionIdByDefault Bind @partitionId by default when preparing SQL batches and stored procedures.
None

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace