This topic has not yet been rated - Rate this topic

ExportCsv Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Activity to invoke the Microsoft.PowerShell.Utility\Export-Csv command in a workflow.

The following tables list the members exposed by the ExportCsv type.

  Name Description
  ExportCsv Gets the display name of the command invoked by this activity.
Top
(see also Protected Properties)
 NameDescription
public propertyDisplayName  (Inherited from Activity)
public propertyId  (Inherited from Activity)
public propertyPSCommandNameOverridden. Gets the fully qualified name of the command invoked by this activity.
public propertyInputObjectProvides access to the InputObject parameter.
public propertyPathProvides access to the Path parameter.
public propertyLiteralPathProvides access to the LiteralPath parameter.
public propertyForceProvides access to the Force parameter.
public propertyNoClobberProvides access to the NoClobber parameter.
public propertyEncodingProvides access to the Encoding parameter.
public propertyAppendProvides access to the Append parameter.
public propertyDelimiterProvides access to the Delimiter parameter.
public propertyUseCultureProvides access to the UseCulture parameter.
public propertyNoTypeInformationProvides access to the NoTypeInformation parameter.
public propertyPSComputerName  The name of the remote computer. (Inherited from PSRemotingActivity)
public propertyPSCredential  The credentials used to authenticate the activity host. (Inherited from PSRemotingActivity)
public propertyPSRemotingBehavior  Defines the remoting behavior to use when invoking this activity. (Inherited from PSRemotingActivity)
public propertyPSConnectionRetryCount  Defines the number of retries that the activity will make to connect to a remote machine when it encounters an error. The default is to not retry. (Inherited from PSRemotingActivity)
public propertyPSConnectionRetryIntervalSec  The number of seconds to wait before trying to run the activity again. (Inherited from PSRemotingActivity)
public propertyPSPort  The port to use in a remote connection attempt. The default is: HTTP: 5985, HTTPS: 5986. (Inherited from PSRemotingActivity)
public propertyPSUseSsl  Specifies whether to use Secure Sockets Layer (SSL) authentication in the connection attempt. The default is false. (Inherited from PSRemotingActivity)
public propertyPSAllowRedirection  Determines whether to allow redirection by the remote computer. The default is false. (Inherited from PSRemotingActivity)
public propertyPSApplicationName  Defines the remote application name to connect to. The default is wsman. (Inherited from PSRemotingActivity)
public propertyPSConfigurationName  Defines the remote configuration name to connect to. The default is Microsoft.PowerShell. (Inherited from PSRemotingActivity)
public propertyPSConnectionUri  Defines the fully-qualified remote URI to connect to. When specified, the PSComputerName, PSApplicationName, PSConfigurationName, and PSPort properties are not used. (Inherited from PSRemotingActivity)
public propertyPSAuthentication  Defines the authentication type to be used in the remote connection. (Inherited from PSRemotingActivity)
public propertyPSCertificateThumbprint  Defines the certificate thumbprint to be used in the remote connection. (Inherited from PSRemotingActivity)
public propertyPSSessionOption  Defines any session options to be used in the remote connection. (Inherited from PSRemotingActivity)
public propertyPSError  Gets the Error stream or collection of streams for the activity. (Inherited from PSActivity)
public propertyPSProgress  The Progress stream or collection of streams for the activity. (Inherited from PSActivity)
public propertyPSVerbose  The Verbose stream or collection of streams for the activity. (Inherited from PSActivity)
public propertyPSDebug  The Debug stream orcollection of streams for the activity. (Inherited from PSActivity)
public propertyPSWarning  The Warning stream or collection of streams for the activity. (Inherited from PSActivity)
public propertyPSDisableSerialization  Gets or sets a value that specifies whether serialization is disabled for the activity. (Inherited from PSActivity)
public propertyPSPersist  If this argument is set, the activity does not call the functionality that saves the workflow state to persisted memory. (Inherited from PSActivity)
public propertyMergeErrorToOutput  Determines whether to merge error data to the output stream. (Inherited from PSActivity)
public propertyPSActionRunningTimeoutSec  Gets or sets the number of seconds to wait before an activity times out. (Inherited from PSActivity)
public propertyPSRequiredModules  Gets or sets the list of module names (or paths) that are required to run this activity successfully. The default is null. (Inherited from PSActivity)
public propertyPSActionRetryCount  Defines the number of retries that the activity will make when it encounters an error during execution of its action. The default is to not retry. (Inherited from PSActivity)
public propertyPSActionRetryIntervalSec  Gets or sets the number of seconds to wait before retrying to run an activity. (Inherited from PSActivity)
public propertyVerbose  Specifies whether to emit verbose output of the activity. (Inherited from PSActivity)
public propertyDebug  Specifies the debug output for the activity. (Inherited from PSActivity)
public propertyErrorAction  Determines how errors should be handled by the activity. (Inherited from PSActivity)
public propertyWarningAction  Determines how warnings should be handled by the activity. (Inherited from PSActivity)
public propertyInput  The input stream for the activity. (Inherited from PipelineEnabledActivity)
public propertyUseDefaultInput  Specifies whether to connect the input stream for this activity. (Inherited from PipelineEnabledActivity)
public propertyResult  The output stream from the activity. (Inherited from PipelineEnabledActivity)
public propertyAppendOutput  Determines whether to append output to the stream specified by the Result property. (Inherited from PipelineEnabledActivity)
Top
  Name Description
protected property Implementation  (Inherited from NativeActivity)
protected property Constraints  (Inherited from Activity)
protected property SupportsCustomRemoting  Declares whether this command supports its own custom remoting. Commands that support their own custom remoting should return true from this property, and use the PSComputerNameparameter as required when the PSRemotingBehavior parameter is set to Custom. (Inherited from PSRemotingActivity)
protected property PSDefiningModule  Gets the module that defines the command called by this activity.The value of this property can be null. (Inherited from PSActivity)
protected property Tracer  Tracer initialization. (Inherited from PSActivity)
protected property ParameterDefaults  Provides access to the parameter defaults dictionary (Inherited from PSActivity)
protected property CanInduceIdle  Set this property to true if the activity can be idle. (Inherited from PSActivity)
protected property DefiningModule  If an activity needs to load a module before it can execute, override this member to return the name of that module. (Inherited from PSActivity)
protected property UpdatePreferenceVariable  Indicates if preference variables need to be updated. (Inherited from PSActivity)
Top
(see also Protected Methods)
 NameDescription
public methodToString  (Inherited from Activity)
public methodShouldSerializeDisplayName  (Inherited from Activity)
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
Top
  Name Description
protected method CacheMetadata  (Inherited from NativeActivity)
protected method Abort  (Inherited from NativeActivity)
protected method OnCreateDynamicUpdateMap  (Inherited from NativeActivity)
protected method OnCreateDynamicUpdateMap  (Inherited from NativeActivity)
protected method UpdateInstance  (Inherited from NativeActivity)
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ActivityEndPersistence The method can be overridden by derived classes to implement different logic at the end of persistence. The default behavior would be to schedule the 'Persist' activity if the PSPersist property is true or the host requests it.
protected method CacheMetadata Overridden. Retrieves the stream and ubiquitous parameter information from the hosting application. These must be passed in as "Streams" and "UbiquitousParameters", respectively.
protected method Cancel Overridden. Cancel the running activity
protected method Execute Overridden. Begins the execution of the activity.
protected method GetActivityArguments Gets the list of arguments for the activity.
protected method GetPowerShell The method for derived activities to return a configured instance of PowerShell. The implementor should have added all of the commands and parameters required to launch their command through the standard AddCommand() and AddParameter() methods. Derived activites should not manage the Runspace property directly, as the PSActivity class configures the runspace afterward to enable remote connections.
protected method GetRunInProc Determine if this activity should be run in or out of process when run locally/
protected method PrepareSession The method for derived activities to customize the runspace of a PowerShell instance that the runtime has prepared for them. If the command needs any workflow-specific information during this method call, it should be stored in Context proprty during the GetCommand preparation phase.
protected method WriteProgressRecord Write a progress record fo the current activity
protected method GetImplementation Overridden. Prepare commands that use PSRP for remoting.
protected method GetIsComputerNameSpecified Returns true if the PSComputerName parameter has been specified, and contains at least one target.
Top

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)