LayoutScope Construtor
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.
protected LayoutScope (Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutCode code, bool immutable, bool isSizedScope, bool isIndexedScope, bool isFixedArity, bool isUniqueScope, bool isTypedScope);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutScope : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutCode * bool * bool * bool * bool * bool * bool -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutScope
Protected Sub New (code As LayoutCode, immutable As Boolean, isSizedScope As Boolean, isIndexedScope As Boolean, isFixedArity As Boolean, isUniqueScope As Boolean, isTypedScope As Boolean)
Parâmetros
- code
- LayoutCode
- immutable
- Boolean
- isSizedScope
- Boolean
- isIndexedScope
- Boolean
- isFixedArity
- Boolean
- isUniqueScope
- Boolean
- isTypedScope
- Boolean
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