共用方式為


SPDistributedCacheClusterInfo constructor (String, SPDistributedCacheClusterConfigStorageLocation, String, SPDistributedCacheClusterInfoManager)

初始化具有指定的名稱、 組態儲存位置,與所參照的 SharePoint 伺服器陣列叢集中的大小的SPDistributedCacheClusterInfo物件的新執行個體。

Namespace:  Microsoft.SharePoint.DistributedCaching.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub New ( _
    name As String, _
    CacheConfigStorageLocation As SPDistributedCacheClusterConfigStorageLocation, _
    size As String, _
    parent As SPDistributedCacheClusterInfoManager _
)
'用途
Dim name As String
Dim CacheConfigStorageLocation As SPDistributedCacheClusterConfigStorageLocation
Dim size As String
Dim parent As SPDistributedCacheClusterInfoManager

Dim instance As New SPDistributedCacheClusterInfo(name, CacheConfigStorageLocation, _
    size, parent)
public SPDistributedCacheClusterInfo(
    string name,
    SPDistributedCacheClusterConfigStorageLocation CacheConfigStorageLocation,
    string size,
    SPDistributedCacheClusterInfoManager parent
)

參數

請參閱

參照

SPDistributedCacheClusterInfo class

SPDistributedCacheClusterInfo members

SPDistributedCacheClusterInfo overload

Microsoft.SharePoint.DistributedCaching.Utilities namespace