Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 3.86 KB

nf-fsrmreports-ifsrmfilemanagementjob-get_filenamepattern.md

File metadata and controls

80 lines (66 loc) · 3.86 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fsrmreports.IFsrmFileManagementJob.get_FileNamePattern
IFsrmFileManagementJob::get_FileNamePattern (fsrmreports.h)
A condition property:\_wildcard filter for names. (Get)
FileNamePattern property [File Server Resource Manager]
FileNamePattern property [File Server Resource Manager]
IFsrmFileManagementJob interface
IFsrmFileManagementJob interface [File Server Resource Manager]
FileNamePattern property
IFsrmFileManagementJob.FileNamePattern
IFsrmFileManagementJob.get_FileNamePattern
IFsrmFileManagementJob::FileNamePattern
IFsrmFileManagementJob::get_FileNamePattern
IFsrmFileManagementJob::put_FileNamePattern
fs.ifsrmfilemanagementjob_filenamepattern
fsrm.ifsrmfilemanagementjob_filenamepattern
fsrmreports/IFsrmFileManagementJob::FileNamePattern
fsrmreports/IFsrmFileManagementJob::get_FileNamePattern
fsrmreports/IFsrmFileManagementJob::put_FileNamePattern
get_FileNamePattern
fsrm\ifsrmfilemanagementjob_filenamepattern.htm
fsrm
6a51dbc2-8e60-4575-9e97-c798e73c02a4
12/05/2018
FileNamePattern property [File Server Resource Manager], FileNamePattern property [File Server Resource Manager],IFsrmFileManagementJob interface, IFsrmFileManagementJob interface [File Server Resource Manager],FileNamePattern property, IFsrmFileManagementJob.FileNamePattern, IFsrmFileManagementJob.get_FileNamePattern, IFsrmFileManagementJob::FileNamePattern, IFsrmFileManagementJob::get_FileNamePattern, IFsrmFileManagementJob::put_FileNamePattern, fs.ifsrmfilemanagementjob_filenamepattern, fsrm.ifsrmfilemanagementjob_filenamepattern, fsrmreports/IFsrmFileManagementJob::FileNamePattern, fsrmreports/IFsrmFileManagementJob::get_FileNamePattern, fsrmreports/IFsrmFileManagementJob::put_FileNamePattern, get_FileNamePattern
fsrmreports.h
Windows
None supported
Windows Server 2008 R2
SrmSvc.dll
Windows
19H1
IFsrmFileManagementJob::get_FileNamePattern
fsrmreports/IFsrmFileManagementJob::get_FileNamePattern
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmFileManagementJob.FileNamePattern
IFsrmFileManagementJob.get_FileNamePattern
IFsrmFileManagementJob.put_FileNamePattern

IFsrmFileManagementJob::get_FileNamePattern

-description

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

A condition property: wildcard filter for names.

This property is read/write.

-parameters

-remarks

A file name pattern is a string expression that defines a set of file names. The expression may contain the following wildcard characters: "" and "?". The "" wildcard matches zero or more characters and the "?" wildcard matches exactly 1 character. For example, the file name "example.cpp" matches the pattern "e*.cpp", but not "e?.cpp". The file name "ex.cpp" would match both patterns. Note that when the file name pattern is used to compare against a specific file name, the pattern match is case-insensitive.

-see-also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob