TableLevelSharingProperties Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Liste des tables externes à inclure dans la base de données follower
Liste des tables externes exclues de la base de données follower
Liste des vues matérialisées à inclure dans la base de données follower
Liste des vues matérialisées exclues de la base de données follower
S’applique à
Azure SDK for .NET