TeamFoundationSqlResourceComponent.BoundParameters Property

Returns the number of currently bound parameters.

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

Syntax

'Declaration
Protected ReadOnly Property BoundParameters As Integer
protected int BoundParameters { get; }
protected:
property int BoundParameters {
    int get ();
}
member BoundParameters : int with get
function get BoundParameters () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace