Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the events associated with the partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As PartitionSchemeEvents
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents
A PartitionSchemeEvents object that specifies the events associated with the partition scheme.
Examples
Using Filegroups and Files to Store Data
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace