Segment Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- ns
- Namespace
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET