Proprietà Events
Gets the events associated with the partition function.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Events As PartitionSchemeEvents
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PartitionSchemeEvents
A PartitionSchemeEvents object that specifies the events associated with the partition scheme.
Vedere anche