Deployment.PlanModifiers Property

Gets a list of plan modifiers.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property PlanModifiers As List(Of DeploymentModifier)
    Get
'Usage
Dim instance As Deployment
Dim value As List(Of DeploymentModifier)

value = instance.PlanModifiers
public List<DeploymentModifier> PlanModifiers { get; }
public:
property List<DeploymentModifier^>^ PlanModifiers {
    List<DeploymentModifier^>^ get ();
}
function get PlanModifiers () : List<DeploymentModifier>
member PlanModifiers : List<DeploymentModifier>

Property Value

Type: System.Collections.Generic.List<DeploymentModifier>

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace