PartitionFunction.Events 屬性
Gets the events associated with the partition function.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Events As PartitionFunctionEvents
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間