JoinClause.TargetColumn Property
Gets or sets the column in the target table or view.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
Public Property TargetColumn As Column
public Column TargetColumn { get; set; }
public:
property Column^ TargetColumn {
Column^ get ();
void set (Column^ value);
}
/** @property */
public Column get_TargetColumn ()
/** @property */
public void set_TargetColumn (Column value)
public function get TargetColumn () : Column
public function set TargetColumn (value : Column)
Property Value
A Column object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
JoinClause Class
JoinClause Members
Microsoft.SqlServer.NotificationServices.Rules Namespace