API Reference
Function
New-TableEvent
Creates a new table event object.
Remarks
This function creates a new table event object with the specified parameters.
Examples
EXAMPLE 1
New-TableEvent -TableID "Table1" -SourceColumnName "Column1" -TargetColumnID 1 -SourceColumnID 2
Creates a new table event object for Table1 with SourceColumnName "Column1", TargetColumnID 1, and SourceColumnID 2.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-TableEvent [-SourceColumnID <Nullable`1>] [-SourceColumnName <String>] [-TableID <String>] [-TargetColumnID <Nullable`1>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- SourceColumnID Nullable`1
- Specifies the ID of the source column.
- SourceColumnName String
- Specifies the name of the source column.
- TableID String
- Specifies the ID of the table.
- TargetColumnID Nullable`1
- Specifies the ID of the target column.