다음을 통해 공유


IFsrmQuotaManagerEx.IsAffectedByQuota Method (String, _FsrmEnumOptions)

 

Retrieves a value that determines whether a specified path is subject to a quota.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

bool IsAffectedByQuota(
    string Path,
    _FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
bool IsAffectedByQuota(
    String^ Path,
    _FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract IsAffectedByQuota : 
        Path:string *
        options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> bool
Function IsAffectedByQuota (
    Path As String,
    options As _FsrmEnumOptions
) As Boolean

Parameters

  • Path
    Type: System.String

    The local directory path to determine whether a quota applies.

Return Value

Type: System.Boolean

Returns a Boolean that is VARIANT_TRUE if the path referred to by the path parameter is subject to a quota, otherwise it is VARIANT_FALSE.

See Also

IFsrmQuotaManagerEx Interface
Microsoft.Storage Namespace

Return to top