StartTransactionCommand.Independent Property

Gets and sets the value of the Independent parameter for the Start-Transaction cmdlet.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As StartTransactionCommand
Dim value As SwitchParameter

value = instance.Independent

instance.Independent = value

Syntax

'Declaration
<ParameterAttribute> _
Public Property Independent As SwitchParameter
[ParameterAttribute] 
public SwitchParameter Independent { get; set; }
[ParameterAttribute] 
public:
property SwitchParameter Independent {
    SwitchParameter get ();
    void set (SwitchParameter value);
}
/** @property */
public SwitchParameter get_Independent ()

/** @property */
public void set_Independent (SwitchParameter value)
public function get Independent () : SwitchParameter

public function set Independent (value : SwitchParameter)

Property Value

When the parameter is specified, the transaction is started independent of any other existing transactions.

Remarks

This topic is included in this SDK for completeness only. For more information about this cmdlet, see Start-Transaction in the Microsoft TechNet library.

For Help at the command line, type:

get-help start-transaction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

StartTransactionCommand Class
StartTransactionCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK