Propriété Events
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 PartitionSchemeEvents
Get
'Utilisation
Dim instance As PartitionScheme
Dim value As PartitionSchemeEvents
value = instance.Events
public PartitionSchemeEvents Events { get; }
public:
property PartitionSchemeEvents^ Events {
PartitionSchemeEvents^ get ();
}
member Events : PartitionSchemeEvents
function get Events () : PartitionSchemeEvents
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .PartitionSchemeEvents
A PartitionSchemeEvents object that specifies the events associated with the partition scheme.
Voir aussi