Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the events associated with the partition function.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As PartitionFunctionEvents
Get
'Utilisation
Dim instance As PartitionFunction
Dim value As PartitionFunctionEvents
value = instance.Events
public PartitionFunctionEvents Events { get; }
public:
property PartitionFunctionEvents^ Events {
PartitionFunctionEvents^ get ();
}
member Events : PartitionFunctionEvents
function get Events () : PartitionFunctionEvents
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.
Exemples
Utilisation de fichiers ou de groupes de fichiers pour stocker des données
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo