TableLevelSharingProperties 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
TableLevelSharingProperties() |
Inicializa uma nova instância da classe TableLevelSharingProperties. |
TableLevelSharingProperties(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>) |
Inicializa uma nova instância da classe TableLevelSharingProperties. |
TableLevelSharingProperties()
Inicializa uma nova instância da classe TableLevelSharingProperties.
public TableLevelSharingProperties ();
Public Sub New ()
Aplica-se a
TableLevelSharingProperties(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)
Inicializa uma nova instância da classe TableLevelSharingProperties.
public TableLevelSharingProperties (System.Collections.Generic.IList<string> tablesToInclude = default, System.Collections.Generic.IList<string> tablesToExclude = default, System.Collections.Generic.IList<string> externalTablesToInclude = default, System.Collections.Generic.IList<string> externalTablesToExclude = default, System.Collections.Generic.IList<string> materializedViewsToInclude = default, System.Collections.Generic.IList<string> materializedViewsToExclude = default);
new Microsoft.Azure.Management.Kusto.Models.TableLevelSharingProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Kusto.Models.TableLevelSharingProperties
Public Sub New (Optional tablesToInclude As IList(Of String) = Nothing, Optional tablesToExclude As IList(Of String) = Nothing, Optional externalTablesToInclude As IList(Of String) = Nothing, Optional externalTablesToExclude As IList(Of String) = Nothing, Optional materializedViewsToInclude As IList(Of String) = Nothing, Optional materializedViewsToExclude As IList(Of String) = Nothing)
Parâmetros
Lista de tabelas externas a serem incluídas no banco de dados do seguidor
Lista de tabelas externas excluídas do banco de dados de seguidor
Lista de exibições materializadas a serem incluídas no banco de dados do seguidor
Lista de exibições materializadas excluídas do banco de dados de seguidor
Aplica-se a
Azure SDK for .NET