DatabasePartitionComponent.QueryPartitionUsage Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryPartitionUsage ( _
partitionId As Nullable(Of Integer) _
) As ResultCollection
public ResultCollection QueryPartitionUsage(
Nullable<int> partitionId
)
public:
ResultCollection^ QueryPartitionUsage(
Nullable<int> partitionId
)
member QueryPartitionUsage :
partitionId:Nullable<int> -> ResultCollection
public function QueryPartitionUsage(
partitionId : Nullable<int>
) : ResultCollection
Parameters
- partitionId
Type: System.Nullable<Int32>
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ResultCollection
.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.