DatabasePartitionComponent.CreatePartition, méthode
Crée une partition pour un hôte donné.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function CreatePartition ( _
hostId As Guid, _
state As DatabasePartitionState, _
partitionId As Nullable(Of Integer) _
) As Integer
public int CreatePartition(
Guid hostId,
DatabasePartitionState state,
Nullable<int> partitionId
)
Paramètres
- hostId
Type : System.Guid
- state
Type : Microsoft.TeamFoundation.Framework.Server.DatabasePartitionState
État de partition
- partitionId
Type : System.Nullable<Int32>
ID de partition facultatif - l'hôte de déploiement est bien un partitionId de savoir de 1
Valeur de retour
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.