Partager via


TableLevelSharingProperties Constructeurs

Définition

Surcharges

TableLevelSharingProperties()

Initialise une nouvelle instance de la classe TableLevelSharingProperties.

TableLevelSharingProperties(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initialise une nouvelle instance de la classe TableLevelSharingProperties.

TableLevelSharingProperties()

Initialise une nouvelle instance de la classe TableLevelSharingProperties.

public TableLevelSharingProperties ();
Public Sub New ()

S’applique à

TableLevelSharingProperties(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initialise une nouvelle instance de la 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)

Paramètres

tablesToInclude
IList<String>

Liste des tables à inclure dans la base de données follower

tablesToExclude
IList<String>

Liste des tables à exclure de la base de données follower

externalTablesToInclude
IList<String>

Liste des tables externes à inclure dans la base de données follower

externalTablesToExclude
IList<String>

Liste des tables externes exclues de la base de données follower

materializedViewsToInclude
IList<String>

Liste des vues matérialisées à inclure dans la base de données follower

materializedViewsToExclude
IList<String>

Liste des vues matérialisées exclues de la base de données follower

S’applique à