共用方式為


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.

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

PartitionFunction 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PARTITION FUNCTION (Transact-SQL)