次の方法で共有


RemoveNamespaceFolder method of the MSFT_DfsNamespaceFolder class

Removes a DFS folder.

Syntax

uint32 RemoveNamespaceFolder(
  [in] string NamespacePath
);

Parameters

NamespacePath [in]

The Universal Naming Convention (UNC) path of the DFS folder to delete. The UNC path has a format of \\HostName\SharedName[\ObjectName]*, where:

  • The HostName component represents either the host name of a server or the domain name of a domain that hosts resources.
  • The SharedName component represents the share name or the name of the resource that is being accessed.
  • Each ObjectName component represents the name of a directory on the resource that is being accessed.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\dfsn
MOF
DfsNCimProv.mof
DLL
DfsNCimProv.dll

See also

MSFT_DfsNamespaceFolder