Compartilhar via


Segment Construtores

Definição

Sobrecargas

Segment(String, Namespace)
Segment(String, String)
Obsoleto.

Segment(String, Namespace)

public Segment (string comment, Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace ns);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
Public Sub New (comment As String, ns As Namespace)

Parâmetros

comment
String

Aplica-se a

Segment(String, String)

Cuidado

Use object-model constructor instead.

[System.Obsolete("Use object-model constructor instead.")]
public Segment (string comment, string sdl);
public Segment (string comment, string sdl);
[<System.Obsolete("Use object-model constructor instead.")>]
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
Public Sub New (comment As String, sdl As String)

Parâmetros

comment
String
sdl
String
Atributos

Aplica-se a