Partilhar via


TableLevelSharingProperties Construtores

Definição

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

tablesToInclude
IList<String>

Lista de tabelas a serem incluídas no banco de dados de seguidor

tablesToExclude
IList<String>

Lista de tabelas a serem excluídas do banco de dados de seguidor

externalTablesToInclude
IList<String>

Lista de tabelas externas a serem incluídas no banco de dados do seguidor

externalTablesToExclude
IList<String>

Lista de tabelas externas excluídas do banco de dados de seguidor

materializedViewsToInclude
IList<String>

Lista de exibições materializadas a serem incluídas no banco de dados do seguidor

materializedViewsToExclude
IList<String>

Lista de exibições materializadas excluídas do banco de dados de seguidor

Aplica-se a