Freigeben über


ServicePartitionKey Konstruktoren

Definition

Überlädt

ServicePartitionKey()

Initialisiert eine neue Instanz der ServicePartitionKey-Klasse.

ServicePartitionKey(Int64)

Initialisiert einen neuen instance der ServicePartitionKey -Klasse für den uniformen int64-partitionierten Dienst.

ServicePartitionKey(String)

Initialisiert eine neue instance der ServicePartitionKey -Klasse für benannte partitionierte Dienste.

ServicePartitionKey()

Initialisiert eine neue Instanz der ServicePartitionKey-Klasse.

public ServicePartitionKey ();
Public Sub New ()

Gilt für:

ServicePartitionKey(Int64)

Initialisiert einen neuen instance der ServicePartitionKey -Klasse für den uniformen int64-partitionierten Dienst.

public ServicePartitionKey (long partitionKey);
new Microsoft.ServiceFabric.Services.Client.ServicePartitionKey : int64 -> Microsoft.ServiceFabric.Services.Client.ServicePartitionKey
Public Sub New (partitionKey As Long)

Parameter

partitionKey
Int64

Wert des int64-Partitionsschlüssels

Gilt für:

ServicePartitionKey(String)

Initialisiert eine neue instance der ServicePartitionKey -Klasse für benannte partitionierte Dienste.

public ServicePartitionKey (string partitionKey);
new Microsoft.ServiceFabric.Services.Client.ServicePartitionKey : string -> Microsoft.ServiceFabric.Services.Client.ServicePartitionKey
Public Sub New (partitionKey As String)

Parameter

partitionKey
String

Wert des benannten Partitionsschlüssels

Gilt für: