SPSite.StorageManagementInformation-Methode
HINWEIS: Diese API ist veraltet.
Returns information about storage management for the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("SPSite.StorageManagementInformation is expensive; avoid using it.")> _
Public Function StorageManagementInformation ( _
ltVar As SPSite.StorageManagementInformationType, _
sordVar As SPSite.StorageManagementSortOrder, _
soVar As SPSite.StorageManagementSortedOn, _
nMaxResults As UInteger _
) As DataTable
'Usage
Dim instance As SPSite
Dim ltVar As SPSite.StorageManagementInformationType
Dim sordVar As SPSite.StorageManagementSortOrder
Dim soVar As SPSite.StorageManagementSortedOn
Dim nMaxResults As UInteger
Dim returnValue As DataTable
returnValue = instance.StorageManagementInformation(ltVar, _
sordVar, soVar, nMaxResults)
[ObsoleteAttribute("SPSite.StorageManagementInformation is expensive; avoid using it.")]
public DataTable StorageManagementInformation(
SPSite.StorageManagementInformationType ltVar,
SPSite.StorageManagementSortOrder sordVar,
SPSite.StorageManagementSortedOn soVar,
uint nMaxResults
)
Parameter
ltVar
Typ: Microsoft.SharePoint.SPSite.StorageManagementInformationTypeAn SPSite.StorageManagementInformationType value that specifies the kind of storage management data to display.
sordVar
Typ: Microsoft.SharePoint.SPSite.StorageManagementSortOrderEin SPSite.StorageManagementSortOrder -Wert, der die Richtung, in der Elemente sortiert werden, auf der Seite angibt.
soVar
Typ: Microsoft.SharePoint.SPSite.StorageManagementSortedOnEin SPSite.StorageManagementSortedOn -Wert, der angibt, ob Elemente auf der Seite nach Größe oder Datum sortiert werden.
nMaxResults
Typ: System.UInt3232-Bit-Ganzzahl ohne Vorzeichen, die angibt, die maximale Anzahl zurückzugebender Ergebnisse an.
Rückgabewert
Typ: System.Data.DataTable
Ein System.Data.DataTable -Objekt, das die Speicherinformationen enthält