DeploymentSkipDirective Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a skip directive for a deployment, which specifies data that should be ignored during a deployment.
public ref class DeploymentSkipDirective : Microsoft::Web::Deployment::IDeploymentNameDescription, System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentSkipDirectiveEntry ^>
public class DeploymentSkipDirective : Microsoft.Web.Deployment.IDeploymentNameDescription, System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentSkipDirectiveEntry>
type DeploymentSkipDirective = class
interface seq<DeploymentSkipDirectiveEntry>
interface IEnumerable
interface IDeploymentNameDescription
Public Class DeploymentSkipDirective
Implements IDeploymentNameDescription, IEnumerable(Of DeploymentSkipDirectiveEntry)
- Inheritance
-
DeploymentSkipDirective
- Implements
Skip directives include objectName
, keyAttribute
, xpath
, absolutePath
, or any attribute
. All of the elements of the skip directives for an object must be true for that object to be skipped in a dump or synchronization operation.
Deployment |
|
Deployment |
Creates an instance of a DeploymentSkipDirective object. |
Deployment |
Creates an instance of a DeploymentSkipDirective object. |
Count |
Gets the number of DeploymentSkipDirectiveEntry objects in the current DeploymentSkipDirective object. |
Description |
Gets the description of the current DeploymentSkipDirective object. |
Enabled | |
Example |
|
Friendly |
Gets the friendly name of the current DeploymentSkipDirective object. |
Item[String] |
Gets a single DeploymentSkipDirectiveEntry from the current object. |
Name |
The name of the current deployment skip directive. |
Add(Deployment |
Adds a DeploymentSkipDirectiveEntry to the current object. |
Clear() |
Removes all DeploymentSkipDirectiveEntry objects from the current instance. |
Get |
Gets an enumerator that can be used to iterate through the DeploymentSkipDirectiveEntry objects in the current instance. |
Remove(String) |
Removes a DeploymentSkipDirectiveEntry object with the specified name from the current instance. |
Try |
Attempts to get the value of the DeploymentSkipDirectiveEntry with the specified name from the current object instance. |
Product | Versions |
---|---|
IIS SDK for .NET | latest |